MCPcopy
hub / github.com/CodebuffAI/codebuff / setupSequentialCryptoMocks

Function setupSequentialCryptoMocks

common/src/testing/mocks/crypto.ts:173–175  ·  view source on GitHub ↗
(uuids: UUID[])

Source from the content-addressed store, hash-verified

171 * ```
172 */
173export function setupSequentialCryptoMocks(uuids: UUID[]): CryptoMockSpies {
174 return setupCryptoMocks({ uuids, sequential: true })
175}
176
177/**
178 * A set of commonly used test UUIDs for consistency across tests.

Callers

nothing calls this directly

Calls 1

setupCryptoMocksFunction · 0.85

Tested by

no test coverage detected