MCPcopy Index your code
hub / github.com/massCodeIO/massCode / saveSettings

Function saveSettings

integrations/clipper/src/api.ts:30–32  ·  view source on GitHub ↗
(settings: ExtensionSettings)

Source from the content-addressed store, hash-verified

28}
29
30export async function saveSettings(settings: ExtensionSettings): Promise<void> {
31 await chrome.storage.local.set(settings)
32}
33
34export function buildCaptureRequest(
35 target: CaptureTarget,

Callers 3

persistSettingsFunction · 0.90
persistDefaultTargetFunction · 0.90
captureCurrentPayloadFunction · 0.90

Calls 1

setMethod · 0.45

Tested by

no test coverage detected