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

Function fetchBootstrap

apps/chrome-extension/src/shared/api.ts:159–168  ·  view source on GitHub ↗
(
	settings: ExtensionSettings,
	auth: ExtensionAuth,
)

Source from the content-addressed store, hash-verified

157 });
158
159export const fetchBootstrap = (
160 settings: ExtensionSettings,
161 auth: ExtensionAuth,
162) =>
163 requestJson<BootstrapData>({
164 settings,
165 auth,
166 path: extensionApiPath(ExtensionApiPaths.bootstrap),
167 method: "GET",
168 });
169
170export const createInstantRecording = ({
171 settings,

Callers 2

loadSignedInStateFunction · 0.90

Calls 2

requestJsonFunction · 0.85
extensionApiPathFunction · 0.85

Tested by

no test coverage detected