MCPcopy
hub / github.com/ValueCell-ai/ClawX / set

Method set

electron/services/secrets/secret-store.ts:6–6  ·  view source on GitHub ↗
(secret: ProviderSecret)

Source from the content-addressed store, hash-verified

4export interface SecretStore {
5 get(accountId: string): Promise<ProviderSecret | null>;
6 set(secret: ProviderSecret): Promise<void>;
7 delete(accountId: string): Promise<void>;
8}
9

Callers 15

discoverBundledPluginsFunction · 0.65
createAuthorizationFlowFunction · 0.65
getChannelBindingMapFunction · 0.65
buildSnapshotFromConfigFunction · 0.65
setSettingFunction · 0.65
importSettingsFunction · 0.65
startWeChatLoginSessionFunction · 0.65
onSuccessMethod · 0.65
storeApiKeyFunction · 0.65

Implementers 1

ElectronStoreSecretStoreelectron/services/secrets/secret-store

Calls

no outgoing calls

Tested by 4

captureHandlersFunction · 0.52
findDuplicateKeysFunction · 0.52
onMethod · 0.52
onceFunction · 0.52