Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ ResetParams
Method
ResetParams
IceFireDB-SQLite/pkg/mysql/server/stmt.go:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(s *Stmt) ResetParams() {
46
s.Args = make([]any, s.Params)
47
}
48
49
func
(c *Conn) writePrepare(s *Stmt) error {
50
data := make([]byte, 4, 128)
Callers
4
Rest
Method · 0.95
handleStmtExecute
Method · 0.45
handleStmtReset
Method · 0.45
dispatch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected