Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
765
func
(t *Tokenizer) pos() uint {
766
return
t.cursor
767
}
768
769
func
(t *Tokenizer) getString(startPos uint, length uint) string {
770
return
string(t.runeList(startPos, length))
Callers
5
SetLineForMySQLCreateTableStmt
Method · 0.95
SplitTiDBMultiSQL
Method · 0.95
SplitStandardMultiSQL
Method · 0.95
processStreaming
Method · 0.95
StandardRemoveQuotedTextAndComment
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected