MCPcopy
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
9type LineTokenizer interface {
10 Tokenize(line string, tokens []string) []string
11 Join(tokens []string) string
12}
13

Callers 2

TrainMethod · 0.65
TestLineTokenizerFunction · 0.65

Implementers 1

defaultTokenizerpkg/drain/line_tokenizer.go

Calls

no outgoing calls

Tested by 1

TestLineTokenizerFunction · 0.52