MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / init

Function init

IceFireDB-SQLite/pkg/mysql/server/stmt.go:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16)
17
18func init() {
19 p := &Field{Name: []byte("?")}
20 c := &Field{}
21
22 paramFieldData = p.Dump()
23 columnFieldData = c.Dump()
24}
25
26type Stmt struct {
27 ID uint32

Callers

nothing calls this directly

Calls 1

DumpMethod · 0.95

Tested by

no test coverage detected