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

Function updateEntry

index.js:1710–1715  ·  view source on GitHub ↗
(entry, node)

Source from the content-addressed store, hash-verified

1708 var update$1 = false;
1709
1710 var updateEntry = function updateEntry(entry, node) {
1711 if (node !== entry.node) {
1712 if (entry.node) update$1 = true;
1713 entry.node = node;
1714 }
1715 };
1716
1717 var createHook = function createHook(info, entry) {
1718 return augmentor$1(function () {

Callers 1

createHookFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected