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

Method detach

cpp/fory/serialization/context.h:444–444  ·  view source on GitHub ↗

Detach the buffer after deserialization is complete.

Source from the content-addressed store, hash-verified

442
443 /// Detach the buffer after deserialization is complete.
444 inline void detach() { buffer_ = nullptr; }
445
446 /// get reference to input buffer.
447 inline Buffer &buffer() {

Callers 3

TESTFunction · 0.80
~ReadContextGuardMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64