MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / edge

Function edge

dashboard/test/graph-explorer-state.test.mjs:21–23  ·  view source on GitHub ↗
(source, target, kind = "calls", extra = {})

Source from the content-addressed store, hash-verified

19}
20
21function edge(source, target, kind = "calls", extra = {}) {
22 return { source, target, kind, ...extra };
23}
24
25test("mergeNodesInto keeps prior fields while overlaying refreshed node data", () => {
26 const previous = new Map([

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected