Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstackincubator/polygen
/ buffer
Method
buffer
packages/polygen/src/api/Memory.ts:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
get buffer() {
47
return
NativeWASM.getMemoryBuffer(this);
48
}
49
50
public grow(delta: number) {
51
NativeWASM.growMemory(this, delta);
Callers
nothing calls this directly
Calls
1
getMemoryBuffer
Method · 0.65
Tested by
no test coverage detected