MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / stubCallHelp

Function stubCallHelp

tests/unit/cli/cli-test.js:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43function stubCallHelp() {
44 return td.replace(CLI.prototype, 'callHelp', td.function());
45}
46
47function stubValidateAndRunHelp(name) {
48 let stub = stubValidateAndRun(name);

Callers 1

cli-test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…