29 matches across 1 files for func main lang:JavaScript lang:JavaScript path:fixtures/flight-ssr-bench/bench.js lang:JavaScript
snippet_mode: auto · sorted by relevance
fixtures/flight-ssr-bench/bench.js JAVASCRIPT 29 matches · showing 5 view file →
22// ---------------------------------------------------------------------------
23
24function build() {
25 const config = require('./webpack.config');
26 return new Promise(function (resolve, reject) {
· · ·
26 return new Promise(function (resolve, reject) {
27 webpack(config, function (err, stats) {
28 if (err) {
· · ·
27 webpack(config, function (err, stats) {
28 if (err) {
29 reject(err);
· · ·
56const {printGrid} = require('./print-helpers');
57
58function renderFizzNode(AppComponent, itemCount) {
59 return nodeStreamToString(renderFizzNodeStream(AppComponent, itemCount));
60}
· · ·
61
62function renderFizzEdge(AppComponent, itemCount) {
63 return renderFizzEdgeStream(AppComponent, itemCount).then(webStreamToString);
64}
+ 24 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.