29 matches across 1 files for func main lang:JavaScript lang:JavaScript path:src/tools/rustdoc-js/tester.js
snippet_mode: grep · sorted by relevance
src/tools/rustdoc-js/tester.js JAVASCRIPT 29 matches · showing 5 view file →
7const CHANNEL_REGEX = new RegExp("/nightly/|/beta/|/stable/|/1\\.[0-9]+\\.[0-9]+/");
8
9function arrayToCode(array) {
10 return array.map((value, index) => {
11 value = value.split(" ").join(" ");
· · ·
14}
15
16function loadContent(content) {
17 const Module = module.constructor;
18 const m = new Module();
· · ·
27}
28
29function readFile(filePath) {
30 return fs.readFileSync(filePath, "utf8");
31}
· · ·
32
33function contentToDiffLine(key, value) {
34 if (typeof value === "object" && !Array.isArray(value) && value !== null) {
35 const out = Object.entries(value)
· · ·
42}
43
44function shouldIgnoreField(fieldName) {
45 return fieldName === "query" || fieldName === "correction" ||
46 fieldName === "proposeCorrectionFrom" ||
+ 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.