Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ isQuote
Function
isQuote
query/lexer.go:161–163 ·
view source on GitHub ↗
(r rune)
Source
from the content-addressed store, hash-verified
159
}
160
161
func
isQuote(r rune) bool {
162
return
r ==
'"'
|| r ==
'\'
'
163
}
Callers
2
removeQuote
Function · 0.85
splitFunc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected