Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SpringRoll/SpringRoll
/ preload
Method
preload
src/Application.spec.js:39–43 ·
view source on GitHub ↗
(application)
Source
from the content-addressed store, hash-verified
37
38
/** */
39
preload(application) {
40
this.preloadCalled = true;
41
expect(application).to.be.instanceOf(Application);
42
return
Promise.reject(
'It was rigged from the start'
);
43
}
44
45
/** */
46
init(application) {
Callers
1
setupPlugins
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected