MCPcopy Create free account
hub / github.com/upper/db / newScanner

Function newScanner

adapter/postgresql/connection.go:242–244  ·  view source on GitHub ↗

newScanner returns a new scanner initialized with the option string s.

(s string)

Source from the content-addressed store, hash-verified

240
241// newScanner returns a new scanner initialized with the option string s.
242func newScanner(s string) *scanner {
243 return &scanner{[]rune(s), 0}
244}
245
246// ParseURL no longer needs to be used by clients of this library since supplying a URL as a
247// connection string to sql.Open() is now supported:

Callers 1

parseOptsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…