MCPcopy Index your code
hub / github.com/RustPython/RustPython / updateSnippetAndRun

Function updateSnippetAndRun

wasm/demo/src/index.js:97–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 });
96}
97function updateSnippetAndRun() {
98 updateSnippet();
99 requestAnimationFrame(runCodeFromTextarea);
100}
101updateSnippet();
102
103const term = new Terminal();

Callers

nothing calls this directly

Calls 1

updateSnippetFunction · 0.85

Tested by

no test coverage detected