MCPcopy 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

getRootSerializerMethod · 0.45
io.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected