MCPcopy Create free account
hub / github.com/SAP/ui5-builder / toString

Method toString

lib/lbt/graph/topologicalSort.js:23–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 toString() {
24 return "GraphNode " + this.name +
25 "(outgoing=" + this.outgoing.map(($) => $.name) +
26 ", incoming=" + this.incoming.map(($) => $.name) + ")";
27 }
28}
29
30/**

Callers 1

topologicalSortFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected