Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
110
func
(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.
116
type
Tokenizer
struct
{
Callers
9
Run
Function · 0.45
GetAttrs
Function · 0.45
DoRun
Function · 0.45
Error
Method · 0.45
Error
Method · 0.45
Start
Function · 0.45
run
Function · 0.45
TestToken_TokenTypeString
Function · 0.45
TestToken_String
Function · 0.45
Calls
no outgoing calls
Tested by
4
GetAttrs
Function · 0.36
DoRun
Function · 0.36
TestToken_TokenTypeString
Function · 0.36
TestToken_String
Function · 0.36