MCPcopy 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
45func (s *Stmt) ResetParams() {
46 s.Args = make([]any, s.Params)
47}
48
49func (c *Conn) writePrepare(s *Stmt) error {
50 data := make([]byte, 4, 128)

Callers 4

RestMethod · 0.95
handleStmtExecuteMethod · 0.45
handleStmtResetMethod · 0.45
dispatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected