Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ dump
Method
dump
javascript/packages/core/lib/writer/index.ts:486–491 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
484
}
485
486
dump() {
487
const
result = alloc(this.cursor);
488
this.platformBuffer.copy(result, 0, 0, this.cursor);
489
this.tryFreePool();
490
return
result;
491
}
492
493
dumpAndOwn() {
494
this.locked = true;
Callers
9
makeHead
Function · 0.95
toBytes
Method · 0.95
prependHeader
Method · 0.95
typeMetaRecord
Function · 0.95
getRootSerializer
Method · 0.45
reader.test.ts
File · 0.45
crossLanguage.test.ts
File · 0.45
io.test.ts
File · 0.45
typemeta.test.ts
File · 0.45
Calls
2
tryFreePool
Method · 0.95
copy
Method · 0.65
Tested by
1
typeMetaRecord
Function · 0.76