MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / eventsLockFile

Function eventsLockFile

cli/src/events/lock.test.ts:13–15  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

11}
12
13function eventsLockFile(dir: string): string {
14 return path.join(dir, EVENTS_LOCK_FILE);
15}
16
17describe('lock', () => {
18 const logger = getMockLogger();

Callers 1

lock.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected