33 matches across 1 files for func main lang:JavaScript lang:JavaScript path:fixtures/flight-ssr-bench/bench-server.js
snippet_mode: grep · sorted by relevance
fixtures/flight-ssr-bench/bench-server.js JAVASCRIPT 33 matches · showing 5 view file →
20const {printGrid} = require('./print-helpers');
21const fs = require('fs');
22const JSON_OUT = (function () {
23 const arg = process.argv.find(function (a) {
24 return a.startsWith('--json-out=');
· · ·
23 const arg = process.argv.find(function (a) {
24 return a.startsWith('--json-out=');
25 });
· · ·
32// ---------------------------------------------------------------------------
33
34function build() {
35 const config = require('./webpack.config');
36 return new Promise(function (resolve, reject) {
· · ·
36 return new Promise(function (resolve, reject) {
37 webpack(config, function (err, stats) {
38 if (err) {
· · ·
37 webpack(config, function (err, stats) {
38 if (err) {
39 reject(err);
+ 28 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.