MCPcopy Create free account
hub / github.com/GoogleChrome/samples / __ptrAdd

Function __ptrAdd

sqlite-wasm-cos/sqlite3-node.mjs:7339–7343  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

7337 calculating pointer offsets).
7338 */
7339 const __ptrAdd = function(...args){
7340 let rc = __asPtrType(0);
7341 for(const v of args) rc += __asPtrType(v);
7342 return rc;
7343 };
7344
7345 /** Set up target.ptr... */
7346 {

Callers 7

sqlite3InitModuleFunction · 0.70
__allocCStrFunction · 0.70
__allocMainArgvFunction · 0.70
__allocPtrFunction · 0.70
__ptrAddSelfFunction · 0.70
__allocCStringFunction · 0.70
makeMemberStructWrapperFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected