MCPcopy Create free account
hub / github.com/apache/fory / acquire

Method acquire

go/fory/threadsafe/fory.go:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (f *Fory) acquire() *fory.Fory {
59 return f.pool.Get().(*fory.Fory)
60}
61
62func (f *Fory) release(inner *fory.Fory) {
63 inner.Reset()

Callers 5

SerializeMethod · 0.95
DeserializeMethod · 0.95
RegisterStructByNameMethod · 0.95
SerializeFunction · 0.45
DeserializeFunction · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected