Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eva-engine/eva.js
/ awake
Method
awake
examples/src/component.ts:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
console.log(
'system init'
);
52
}
53
awake() {
54
console.log(
'system awake'
);
55
}
56
start() {
57
console.log(
'system start'
);
58
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected