Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ makeScanner
Function
makeScanner
pkg/sql/parser/scan.go:40–44 ·
view source on GitHub ↗
(str string)
Source
from the content-addressed store, hash-verified
38
}
39
40
func
makeScanner(str string) scanner {
41
var
s scanner
42
s.init(str)
43
return
s
44
}
45
46
func
(s *scanner) init(str string) {
47
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…