MCPcopy Create free account
hub / github.com/ShipSecAI/studio / secrets.adapter.test.ts

File secrets.adapter.test.ts

worker/src/adapters/__tests__/secrets.adapter.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, afterEach } from 'bun:test';
2import type { NodePgDatabase } from 'drizzle-orm/node-postgres';
3import { SecretEncryption, parseMasterKey } from '@shipsec/shared';
4import { SecretsAdapter } from '../secrets.adapter';

Callers

nothing calls this directly

Calls 5

parseMasterKeyFunction · 0.90
createDbStubFunction · 0.85
getMethod · 0.65
listMethod · 0.65
encryptMethod · 0.45

Tested by

no test coverage detected