MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / visitPreOrder

Function visitPreOrder

tests/unit/models/watcher-test.js:22–30  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

20 graph: {
21 __heimdall__: {
22 visitPreOrder(cb) {
23 return cb({
24 stats: {
25 time: {
26 self: 12344000000,
27 },
28 },
29 });
30 },
31 visitPostOrder() {},
32 },
33 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…