Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ readBufferRef
Method
readBufferRef
javascript/packages/core/lib/context.ts:1525–1527 ·
view source on GitHub ↗
(length: number)
Source
from the content-addressed store, hash-verified
1523
}
1524
1525
readBufferRef(length: number) {
1526
return
this.reader.bufferRef(length);
1527
}
1528
1529
readGetCursor() {
1530
return
this.reader.readGetCursor();
Callers
nothing calls this directly
Calls
1
bufferRef
Method · 0.45
Tested by
no test coverage detected