MCPcopy 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
40func makeScanner(str string) scanner {
41 var s scanner
42 s.init(str)
43 return s
44}
45
46func (s *scanner) init(str string) {
47 s.in = str

Callers 3

SplitFirstStatementFunction · 0.85
TokensFunction · 0.85
LastLexicalTokenFunction · 0.85

Calls 1

initMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…