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

Function updateEntry

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

Source from the content-addressed store, hash-verified

59
60let update = false;
61const updateEntry = (entry, node) => {
62 if (node !== entry.node) {
63 if (entry.node)
64 update = true;
65 entry.node = node;
66 }
67};
68
69const createHook = (info, entry) => augmentor(function () {
70 const hole = entry.fn.apply(null, arguments);

Callers 1

createHookFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected