MCPcopy Create free account
hub / github.com/apache/fory / initPoll

Method initPoll

javascript/packages/core/lib/writer/index.ts:71–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 private initPoll() {
72 this.byteLength = 1024 * 100;
73 this.platformBuffer = alloc(this.byteLength);
74 this.dataView = new DataView(this.platformBuffer.buffer, this.platformBuffer.byteOffset);
75 }
76
77 reserve(len: number) {
78 this.reserved += len;

Callers 2

constructorMethod · 0.95
tryFreePoolMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected