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

Method onPause

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

Source from the content-addressed store, hash-verified

60 // console.log()
61 }
62 onPause() {
63 console.log('system onPause');
64 }
65 onResume() {
66 console.log('system onResume');
67 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected