Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_start
Function · 0.85
readline_handle_cmd
Function · 0.85
Calls
2
readline_start
Function · 0.85
dupstr
Function · 0.85
Tested by
no test coverage detected