MCPcopy Create free account
hub / github.com/sql-js/sql.js / removeFunction

Function removeFunction

js/sql-debug.js:372–374  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

370}
371
372function removeFunction(index) {
373 functionPointers[(index-2)/2] = null;
374}
375
376var funcWrappers = {};
377

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…