Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ember-cli/ember-cli
/ run
Method
run
tests/unit/models/command-test.js:737–739 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
735
736
class
SyncTask extends Task {
737
run(options) {
738
return
options;
739
}
740
}
741
742
class
FailingTask extends Task {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected