26 matches across 1 files for func main lang:JavaScript lang:JavaScript path:fixtures/flight-ssr-bench/render-helpers.js
snippet_mode: grep · sorted by relevance
fixtures/flight-ssr-bench/render-helpers.js JAVASCRIPT 26 matches · showing 5 view file →
8// ---------------------------------------------------------------------------
9
10function renderFizzNode(AppComponent, itemCount) {
11 const React = require('react');
12 const {renderToPipeableStream} = require('react-dom/server');
· · ·
33// ---------------------------------------------------------------------------
34
35function renderFizzEdge(AppComponent, itemCount) {
36 const React = require('react');
37 const {renderToReadableStream} = require('react-dom/server');
· · ·
46// ---------------------------------------------------------------------------
47
48function renderFlightFizzNode(
49 renderRSCNode,
50 AppComponent,
· · ·
75 trunk.pipe(forInline);
76
77 forInline.on('data', function (chunk) {
78 flightScripts +=
79 '<script>(self.__FLIGHT_DATA||=[]).push(' +
· · ·
90
91 let cachedResult;
92 function Root() {
93 if (!cachedResult) {
94 cachedResult = createFromNodeStream(flightStream, ssrManifest);
+ 21 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.