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

Function toJSON

tests/unit/models/instrumentation-test.js:498–500  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

496 let mockInitSummary = { ok: 'init dokie' };
497 let mockInitTree = {
498 toJSON() {
499 return { nodes: [{ i: 'can init json' }] };
500 },
501 };
502 let mockBuildSummary = { ok: 'build dokie' };
503 let mockBuildTree = {

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…