7 matches across 1 files for func main lang:JavaScript path:examples/classic/commits/app.js path:examples/classic/commits/app.js
snippet_mode: grep · sorted by relevance
examples/classic/commits/app.js JAVASCRIPT 7 matches · showing 5 view file →
9
10 data: {
11 branches: ['main', 'dev'],
12 currentBranch: 'main',
13 commits: null
· · ·
12 currentBranch: 'main',
13 commits: null
14 },
· · ·
15
16 created: function () {
17 this.fetchData()
18 },
· · ·
23
24 filters: {
25 truncate: function (v) {
26 var newline = v.indexOf('\n')
27 return newline > 0 ? v.slice(0, newline) : v
· · ·
28 },
29 formatDate: function (v) {
30 return v.replace(/T|Z/g, ' ')
31 }
+ 2 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.