MCPcopy Create free account
hub / github.com/segmentio/encoding / releaseStack

Function releaseStack

json/token.go:422–424  ·  view source on GitHub ↗
(s *stack)

Source from the content-addressed store, hash-verified

420}
421
422func releaseStack(s *stack) {
423 stackPool.Put(s)
424}
425
426var stackPool sync.Pool // *stack

Callers 1

ResetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…