Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Tokenize
Method
Tokenize
pkg/drain/line_tokenizer.go:10–10 ·
view source on GitHub ↗
(line string, tokens []string)
Source
from the content-addressed store, hash-verified
8
9
type
LineTokenizer
interface
{
10
Tokenize(line string, tokens []string) []string
11
Join(tokens []string) string
12
}
13
Callers
2
Train
Method · 0.65
TestLineTokenizer
Function · 0.65
Implementers
1
defaultTokenizer
pkg/drain/line_tokenizer.go
Calls
no outgoing calls
Tested by
1
TestLineTokenizer
Function · 0.52