Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
97
function
updateSnippetAndRun() {
98
updateSnippet();
99
requestAnimationFrame(runCodeFromTextarea);
100
}
101
updateSnippet();
102
103
const
term =
new
Terminal();
Callers
nothing calls this directly
Calls
1
updateSnippet
Function · 0.85
Tested by
no test coverage detected