Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ createLoader
Function
createLoader
packages/cli/src/cli/loaders/po/index.spec.ts:498–500 ·
view source on GitHub ↗
(params: PoLoaderParams = { multiline: false })
Source
from the content-addressed store, hash-verified
496
});
497
498
function
createLoader(params: PoLoaderParams = { multiline: false }) {
499
return
createPoLoader(params).setDefaultLocale(
"en"
);
500
}
Callers
1
index.spec.ts
File · 0.70
Calls
2
createPoLoader
Function · 0.85
setDefaultLocale
Method · 0.80
Tested by
no test coverage detected