MCPcopy Create free account
hub / github.com/SAP/ui5-project / testBasicGraphCreationDfs

Function testBasicGraphCreationDfs

test/lib/graph/graphFromObject.js:173–175  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

171}
172
173function testBasicGraphCreationDfs(...args) {
174 return _testBasicGraphCreation(...args, false);
175}
176
177async function _testBasicGraphCreation(t, tree, expectedOrder, bfs) {
178 if (bfs === undefined) {

Callers 1

graphFromObject.jsFile · 0.85

Calls 1

_testBasicGraphCreationFunction · 0.85

Tested by

no test coverage detected