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

Method tryFreePool

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

Source from the content-addressed store, hash-verified

478 }
479
480 tryFreePool() {
481 if (this.byteLength > MAX_POOL_SIZE) {
482 this.initPoll();
483 }
484 }
485
486 dump() {
487 const result = alloc(this.cursor);

Callers 1

dumpMethod · 0.95

Calls 1

initPollMethod · 0.95

Tested by

no test coverage detected