Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ RemoteRefBoolScalar
Class
RemoteRefBoolScalar
python/pyfory/tests/test_struct.py:363–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
362
@dataclass
363
class
RemoteRefBoolScalar:
364
value: bool = pyfory.field(default=False, ref=True)
365
366
367
@dataclass
Callers
1
test_scalar_tracking_ref_rules
Function · 0.85
Calls
1
field
Method · 0.65
Tested by
1
test_scalar_tracking_ref_rules
Function · 0.68