MCPcopy 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
161func isQuote(r rune) bool {
162 return r == '"' || r == '\''
163}

Callers 2

removeQuoteFunction · 0.85
splitFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected