MCPcopy Create free account
hub / github.com/eva-engine/eva.js / update

Method update

examples/src/component.ts:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 console.log('system start');
58 }
59 update() {
60 // console.log()
61 }
62 onPause() {
63 console.log('system onPause');
64 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected