MCPcopy Create free account
hub / github.com/vercel/vercel / setLoadKeyringModuleForTesting

Function setLoadKeyringModuleForTesting

packages/cli-auth/credentials-store.ts:168–172  ·  view source on GitHub ↗
(
  nextLoadKeyringModule?: LoadKeyringModule
)

Source from the content-addressed store, hash-verified

166}
167
168export function setLoadKeyringModuleForTesting(
169 nextLoadKeyringModule?: LoadKeyringModule
170) {
171 loadKeyringModule = nextLoadKeyringModule ?? defaultLoadKeyringModule;
172}
173
174function createKeyringEntry(
175 configPath: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected