MCPcopy
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
41func ParseString(input string) string {
42 return parseQuery(input).String()
43}
44
45func newParser() *peg.Parser {
46 parser := peg.NewParser()

Callers 2

TestBadParseFunction · 0.85
ParseMethod · 0.85

Calls 2

parseQueryFunction · 0.85
StringMethod · 0.65

Tested by 1

TestBadParseFunction · 0.68