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

Method Reset

go/fory/fory.go:511–514  ·  view source on GitHub ↗

Reset clears internal state for reuse

()

Source from the content-addressed store, hash-verified

509
510// Reset clears internal state for reuse
511func (f *Fory) Reset() {
512 f.writeCtx.Reset()
513 f.readCtx.Reset()
514}
515
516// ============================================================================
517// Serialization Method API

Callers 6

resetReadStateMethod · 0.45
resetWriteStateMethod · 0.45
SerializeWithCallbackMethod · 0.45
DeserializeFunction · 0.45
releaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected