MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / cmd_readline_start

Function cmd_readline_start

examples/js/repl.js:1281–1283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1279 }
1280
1281 function cmd_readline_start() {
1282 readline_start(dupstr(" ", level), readline_handle_cmd);
1283 }
1284
1285 function readline_handle_cmd(expr) {
1286 handle_cmd(expr);

Callers 2

cmd_startFunction · 0.85
readline_handle_cmdFunction · 0.85

Calls 2

readline_startFunction · 0.85
dupstrFunction · 0.85

Tested by

no test coverage detected