Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackwener/OpenCLI
/ goto
Function
goto
clis/grok/export.test.js:22–24 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
20
gotos: [],
21
waits: [],
22
async
goto(url) {
23
this.gotos.push(url);
24
},
25
async
wait(seconds) {
26
this.waits.push(seconds);
27
},
Callers
nothing calls this directly
Calls
1
push
Method · 0.80
Tested by
no test coverage detected