33 matches across 1 files for func main lang:JavaScript path:src/librustdoc/html/static/js/stringdex.js lang:JavaScript
snippet_mode: auto · sorted by relevance
src/librustdoc/html/static/js/stringdex.js JAVASCRIPT 33 matches · showing 5 view file →
294 }
295 /**
296 * Helper function used when constructing bitmaps from lists.
297 * Returns an array container with at least two free byte slots
298 * and bumps `this.cardinalities`.
· · ·
1036 * @returns {number}
1037 */
1038function bitCount(n) {
1039 n = (~~n) - ((n >> 1) & 0x55555555);
1040 n = (n & 0x33333333) + ((n >> 2) & 0x33333333);
· · ·
1087 * @returns {Promise<stringdex.Database>}
1088 */
1089function loadDatabase(hooks) {
1090 /** @type {stringdex.Callbacks} */
1091 const callbacks = {
· · ·
1092 rr_: function(data) {
1093 const dataObj = JSON.parse(data);
1094 for (const colName of Object.keys(dataObj)) {
· · ·
1126 }
1127 },
1128 err_rr_: function(err) {
1129 const cb = registry.searchTreeRootCallback;
1130 if (cb) {
+ 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.