MCPcopy Create free account
hub / github.com/araddon/qlbridge / init

Function init

lex/token.go:435–440  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

433)
434
435func init() {
436 LoadTokenInfo()
437 SqlDialect.Init()
438 FilterQLDialect.Init()
439 JsonDialect.Init()
440}
441
442// LoadTokenInfo load the token info into global map
443func LoadTokenInfo() {

Callers

nothing calls this directly

Calls 2

LoadTokenInfoFunction · 0.85
InitMethod · 0.65

Tested by

no test coverage detected