Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
func
init() {
19
p := &Field{Name: []byte(
"?"
)}
20
c := &Field{}
21
22
paramFieldData = p.Dump()
23
columnFieldData = c.Dump()
24
}
25
26
type
Stmt
struct
{
27
ID uint32
Callers
nothing calls this directly
Calls
1
Dump
Method · 0.95
Tested by
no test coverage detected