35 matches across 1 files for func main lang:JavaScript lang:JavaScript path:fixtures/flight-ssr-bench/bench.js
snippet_mode: auto · sorted by relevance
fixtures/flight-ssr-bench/bench.js JAVASCRIPT 35 matches · showing 5 view file →
17const CONCURRENT_MODE = process.argv.includes('--concurrent');
18const INJECT = !process.argv.includes('--no-injection');
19const JSON_OUT = (function () {
20 const arg = process.argv.find(function (a) {
21 return a.startsWith('--json-out=');
· · ·
20 const arg = process.argv.find(function (a) {
21 return a.startsWith('--json-out=');
22 });
· · ·
24})();
25const jsonResults = [];
26function writeJsonOut(mode) {
27 if (!JSON_OUT) return;
28 fs.writeFileSync(JSON_OUT, JSON.stringify({mode, results: jsonResults}));
· · ·
33// ---------------------------------------------------------------------------
34
35function build() {
36 const config = require('./webpack.config');
37 return new Promise(function (resolve, reject) {
· · ·
37 return new Promise(function (resolve, reject) {
38 webpack(config, function (err, stats) {
39 if (err) {
+ 30 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.