MCPcopy
hub / github.com/kashav/fsql / String

Method String

tokenizer/token.go:110–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108}
109
110func (t *Token) String() string {
111 return fmt.Sprintf("{type: %s, raw: \"%s\"}",
112 t.Type.String(), t.Raw)
113}
114
115// Tokenizer represents a token worker.
116type Tokenizer struct {

Callers 9

RunFunction · 0.45
GetAttrsFunction · 0.45
DoRunFunction · 0.45
ErrorMethod · 0.45
ErrorMethod · 0.45
StartFunction · 0.45
runFunction · 0.45
TestToken_StringFunction · 0.45

Calls

no outgoing calls

Tested by 4

GetAttrsFunction · 0.36
DoRunFunction · 0.36
TestToken_StringFunction · 0.36