MCPcopy Index your code
hub / github.com/git-bug/git-bug / newTokenSearch

Function newTokenSearch

query/lexer.go:49–54  ·  view source on GitHub ↗
(term string)

Source from the content-addressed store, hash-verified

47}
48
49func newTokenSearch(term string) token {
50 return token{
51 kind: tokenKindSearch,
52 term: term,
53 }
54}
55
56// tokenize parse and break a input into tokens ready to be
57// interpreted later by a parser to get the semantic.

Callers 2

TestTokenizeFunction · 0.85
tokenizeFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestTokenizeFunction · 0.68