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

Function getDetailedHelpPath

lib/models/blueprint.js:1749–1751  ·  view source on GitHub ↗

@private @method getDetailedHelpPath @param {String} thisPath @return {String} help path

(thisPath)

Source from the content-addressed store, hash-verified

1747 @return {String} help path
1748*/
1749function getDetailedHelpPath(thisPath) {
1750 return path.join(thisPath, './HELP.md');
1751}
1752
1753function finishProcessingForInstall(infos) {
1754 infos.forEach(markIdenticalToBeSkipped);

Callers 1

printDetailedHelpFunction · 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…