MCPcopy
hub / github.com/jackc/pgx / put

Method put

internal/sanitize/sanitize.go:537–541  ·  view source on GitHub ↗
(v E)

Source from the content-addressed store, hash-verified

535}
536
537func (p *pool[E]) put(v E) {
538 if p.reset(v) {
539 p.p.Put(v)
540 }
541}

Callers 3

SanitizeMethod · 0.80
initMethod · 0.80
SanitizeSQLFunction · 0.80

Calls 2

resetMethod · 0.80
PutMethod · 0.65

Tested by

no test coverage detected