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

Function loadTasks

lib/cli/index.js:32–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32function loadTasks() {
33 let token = heimdall.start('load-tasks');
34 const Task = require('../models/task');
35 let hash = requireAsHash('../tasks/*.js', Task);
36 token.stop();
37 return hash;
38}
39
40function configureLogger(env) {
41 let depth = Number(env['DEBUG_DEPTH']);

Callers 1

index.jsFile · 0.85

Calls 2

requireAsHashFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…