MCPcopy 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

index.tsFile · 0.45
bindSystemCommandsFunction · 0.45
system.test.tsFile · 0.45
dispatch.tsFile · 0.45

Calls 1

sessionRequestMethod · 0.95

Tested by

no test coverage detected