31 matches across 1 files for func main lang:JavaScript lang:JavaScript path:fixtures/flight-ssr-bench/bench-server.js
snippet_mode: auto · sorted by relevance
fixtures/flight-ssr-bench/bench-server.js JAVASCRIPT 31 matches · showing 5 view file →
24// ---------------------------------------------------------------------------
25
26function build() {
27 const config = require('./webpack.config');
28 return new Promise(function (resolve, reject) {
· · ·
28 return new Promise(function (resolve, reject) {
29 webpack(config, function (err, stats) {
30 if (err) {
· · ·
29 webpack(config, function (err, stats) {
30 if (err) {
31 reject(err);
· · ·
51const PORT = 3001;
52
53async function main() {
54 console.log('Building RSC bundle...\n');
55 await build();
· · ·
64 const AppAsync = require('./src/AppAsync.js').default;
65
66 function pipeStreamToRes(stream, res) {
67 if (typeof stream.pipe === 'function') {
68 // Node Readable stream
+ 26 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.