MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / annotateNames

Function annotateNames

runtime/src/native.js:121–123  ·  view source on GitHub ↗
({ names, fns })

Source from the content-addressed store, hash-verified

119
120/* Pair each fn with its declared name so deferred dispatch can route by name on the main thread. */
121function annotateNames({ names, fns }) {
122 for (let i = 0; i < fns.length; i++) fns[i].__edge_name = names[i];
123}

Callers 1

loadNativeModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected