MCPcopy
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
102const LockfileSchema = Z.object({

Callers 3

createLockfileHelperFunction · 0.85
_loadLockfileFunction · 0.85
_saveLockfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected