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