Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ makeScanner
Function
makeScanner
postgres/parser/parser/scan.go:54–58 ·
view source on GitHub ↗
(str string)
Source
from the content-addressed store, hash-verified
52
}
53
54
func
makeScanner(str string) scanner {
55
var
s scanner
56
s.init(str)
57
return
s
58
}
59
60
func
(s *scanner) init(str string) {
61
s.in = str
Callers
3
SplitFirstStatement
Function · 0.85
Tokens
Function · 0.85
LastLexicalToken
Function · 0.85
Calls
1
init
Method · 0.95
Tested by
no test coverage detected