MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / restart

Method restart

modules/io/system/system.js:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24class System {
25 static deepSleep() { return native("xs_system_deepSleep").call(this); }
26 static restart() { return native("xs_system_restart").call(this); }
27
28 static resolve(name, callback) { return native("xs_system_resolve").call(this, name, callback); }
29

Callers 3

onReceiveMethod · 0.45
constructorMethod · 0.45
pico.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected