MCPcopy Create free account
hub / github.com/bytebase/bytebase / pos

Method pos

backend/plugin/parser/tokenizer/tokenizer.go:765–767  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

763}
764
765func (t *Tokenizer) pos() uint {
766 return t.cursor
767}
768
769func (t *Tokenizer) getString(startPos uint, length uint) string {
770 return string(t.runeList(startPos, length))

Callers 5

SplitTiDBMultiSQLMethod · 0.95
SplitStandardMultiSQLMethod · 0.95
processStreamingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected