Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ reserve
Method
reserve
javascript/packages/core/lib/context.ts:511–513 ·
view source on GitHub ↗
(length: number)
Source
from the content-addressed store, hash-verified
509
}
510
511
reserve(length: number) {
512
this.writer.reserve(length);
513
}
514
515
writeGetCursor() {
516
return
this.writer.writeGetCursor();
Callers
3
getRootSerializer
Method · 0.45
crossLanguage.test.ts
File · 0.45
io.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected