MCPcopy
hub / github.com/Pradumnasaraf/DevOps / addOnInit

Function addOnInit

docs/webassembly/files/apps/hello-world/hello.js:426–428  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

424}
425
426function addOnInit(cb) {
427 __ATINIT__.unshift(cb);
428}
429
430function addOnPreMain(cb) {
431 __ATMAIN__.unshift(cb);

Callers 1

receiveInstanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected