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