MCPcopy Create free account
hub / github.com/vektah/gqlparser / String

Method String

parser/testrunner/runner.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (t Token) String() string {
36 return t.Kind + " " + strconv.Quote(t.Value)
37}
38
39func Test(t *testing.T, filename string, f func(t *testing.T, input string) Spec) {
40 b, err := os.ReadFile(filename)

Callers 6

expectKeywordMethod · 0.45
expectMethod · 0.45
unexpectedTokenMethod · 0.45
someMethod · 0.45
TestFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestFunction · 0.36