MCPcopy Index your code
hub / github.com/bytebase/bytebase / getByteOffset

Method getByteOffset

backend/plugin/parser/tokenizer/tokenizer.go:781–783  ·  view source on GitHub ↗
(runeIndex int)

Source from the content-addressed store, hash-verified

779}
780
781func (t *Tokenizer) getByteOffset(runeIndex int) int {
782 return t.bufferByteOffset[runeIndex]
783}
784
785func (t *Tokenizer) equalWordCaseInsensitive(word []rune) bool {
786 for i := range word {

Callers 2

SplitTiDBMultiSQLMethod · 0.95
SplitStandardMultiSQLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected