MCPcopy Index your code
hub / github.com/CapSoftware/Cap / open

Method open

apps/mobile/src/api/mobile.test.ts:421–424  ·  view source on GitHub ↗
(method: string, url: string)

Source from the content-addressed store, hash-verified

419 }
420
421 open(method: string, url: string) {
422 this.method = method;
423 this.url = url;
424 }
425
426 setRequestHeader(key: string, value: string) {
427 this.headers.set(key, value);

Callers 15

createSignInMutationFunction · 0.45
importVideoFromPickerFunction · 0.45
importImageFromPickerFunction · 0.45
FaqStepFunction · 0.45
openDashboardFunction · 0.45
checkForUpdatesFunction · 0.45
SettingsFunction · 0.45
FeedbackTabFunction · 0.45
RecordingItemFunction · 0.45
handleOpenRecordingLinkFunction · 0.45
PageFunction · 0.45
handleBookCallFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected