Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ readRefFlag
Method
readRefFlag
javascript/packages/core/lib/context.ts:253–255 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
251
}
252
253
readRefFlag() {
254
return
this.reader.readInt8() as RefFlags;
255
}
256
257
reference(object: any) {
258
this.readObjects.push(object);
Callers
2
resolveRootSerializer
Function · 0.45
readRefFlag
Method · 0.45
Calls
1
readInt8
Method · 0.45
Tested by
no test coverage detected