MCPcopy Create free account
hub / github.com/Permify/permify / setInt32

Method setInt32

playground/src/wasm/wasm_exec.js:117–119  ·  view source on GitHub ↗
(addr, v)

Source from the content-addressed store, hash-verified

115 }
116
117 const setInt32 = (addr, v) => {
118 this.mem.setUint32(addr + 0, v, true);
119 }
120
121 const getInt64 = (addr) => {
122 const low = this.mem.getUint32(addr + 0, true);

Callers 1

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected