Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ buffer
Method
buffer
javascript/packages/core/lib/gen/builder.ts:75–77 ·
view source on GitHub ↗
(len: string | number)
Source
from the content-addressed store, hash-verified
73
}
74
75
buffer(len: string | number) {
76
return
`${this.holder}.buffer(${len})`;
77
}
78
79
bufferRef(len: string | number) {
80
return
`${this.holder}.bufferRef(${len})`;
Callers
5
read
Method · 0.45
write
Method · 0.45
read
Method · 0.45
write
Method · 0.45
read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected