Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ back
Method
back
src/cloud-webdriver/webdriver-client.ts:144–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
}
143
144
async
back(): Promise<void> {
145
await
this.sessionRequest(
'POST'
,
'/back'
);
146
}
147
148
async
source(): Promise<string> {
149
const
value =
await
this.sessionRequest(
'GET'
,
'/source'
);
Callers
6
interactors.test.ts
File · 0.45
index.ts
File · 0.45
bindSystemCommands
Function · 0.45
system.test.ts
File · 0.45
dispatch.ts
File · 0.45
web-interactor.test.ts
File · 0.45
Calls
1
sessionRequest
Method · 0.95
Tested by
no test coverage detected