MCPcopy Create free account
hub / github.com/WebReflection/neverland / updateEntry

Function updateEntry

esm/index.js:55–61  ·  view source on GitHub ↗
(entry, node)

Source from the content-addressed store, hash-verified

53
54let update = false;
55const updateEntry = (entry, node) => {
56 if (node !== entry.node) {
57 if (entry.node)
58 update = true;
59 entry.node = node;
60 }
61};
62
63const createHook = (info, entry) => augmentor(function () {
64 const hole = entry.fn.apply(null, arguments);

Callers 1

createHookFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected