Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ _getLockfilePath
Function
_getLockfilePath
packages/cli/src/cli/utils/lockfile.ts:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
function
_getLockfilePath() {
98
return
path.join(process.cwd(),
"i18n.lock"
);
99
}
100
}
101
102
const
LockfileSchema = Z.object({
Callers
3
createLockfileHelper
Function · 0.85
_loadLockfile
Function · 0.85
_saveLockfile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected