Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
537
func
(p *pool[E]) put(v E) {
538
if
p.reset(v) {
539
p.p.Put(v)
540
}
541
}
Callers
3
Sanitize
Method · 0.80
init
Method · 0.80
SanitizeSQL
Function · 0.80
Calls
2
reset
Method · 0.80
Put
Method · 0.65
Tested by
no test coverage detected