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

Method Rest

IceFireDB-SQLProxy/pkg/mysql/server/stmt.go:38–43  ·  view source on GitHub ↗
(params int, columns int, context any)

Source from the content-addressed store, hash-verified

36}
37
38func (s *Stmt) Rest(params int, columns int, context any) {
39 s.Params = params
40 s.Columns = columns
41 s.Context = context
42 s.ResetParams()
43}
44
45func (s *Stmt) ResetParams() {
46 s.Args = make([]any, s.Params)

Callers

nothing calls this directly

Calls 1

ResetParamsMethod · 0.95

Tested by

no test coverage detected