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

Function getJson

tests/unit/commands/help-test.js:323–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321 let Command1 = function () {
322 return {
323 getJson() {
324 return {
325 test1: 'bar',
326 };
327 },
328 };
329 };
330

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…