Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cayleygraph/cayley
/ ParseString
Function
ParseString
query/sexp/parser.go:41–43 ·
view source on GitHub ↗
(input string)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
ParseString(input string) string {
42
return
parseQuery(input).String()
43
}
44
45
func
newParser() *peg.Parser {
46
parser := peg.NewParser()
Callers
2
TestBadParse
Function · 0.85
Parse
Method · 0.85
Calls
2
parseQuery
Function · 0.85
String
Method · 0.65
Tested by
1
TestBadParse
Function · 0.68