Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/
Class
lib/models/task.js:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
const
CoreObject = require(
'core-object'
);
4
5
class
Task extends CoreObject {
6
run(/*options*/) {
7
throw
new
Error(
'Task needs to have run() defined.'
);
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected