Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
func
(f *Fory) acquire() *fory.Fory {
59
return
f.pool.Get().(*fory.Fory)
60
}
61
62
func
(f *Fory) release(inner *fory.Fory) {
63
inner.Reset()
Callers
5
Serialize
Method · 0.95
Deserialize
Method · 0.95
RegisterStructByName
Method · 0.95
Serialize
Function · 0.45
Deserialize
Function · 0.45
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected