Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
function
eventsLockFile(dir: string): string {
14
return
path.join(dir, EVENTS_LOCK_FILE);
15
}
16
17
describe(
'lock'
, () => {
18
const
logger = getMockLogger();
Callers
1
lock.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected