Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ getWrittenRefId
Method
getWrittenRefId
javascript/packages/core/lib/context.ts:233–235 ·
view source on GitHub ↗
(obj: any)
Source
from the content-addressed store, hash-verified
231
}
232
233
getWrittenRefId(obj: any) {
234
return
this.writeObjects.get(obj);
235
}
236
}
237
238
export
class
RefReader {
Callers
2
getWrittenRefId
Method · 0.45
writeRefOrNull
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected