Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ decrease_depth
Method
decrease_depth
python/pyfory/context.py:296–297 ·
view source on GitHub ↗
(self, diff=1)
Source
from the content-addressed store, hash-verified
294
self.depth += diff
295
296
def
decrease_depth(self, diff=1):
297
self.depth -= diff
298
299
def
write_ref_or_null(self, obj):
300
return
self.ref_writer.write_ref_or_null(self.buffer, obj)
Callers
1
write_non_ref
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected