Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ createLoader
Function
createLoader
packages/cli/src/cli/loaders/variable/index.spec.ts:296–298 ·
view source on GitHub ↗
(type: VariableLoaderParams["type"])
Source
from the content-addressed store, hash-verified
294
});
295
296
function
createLoader(
type
: VariableLoaderParams[
"type"
]) {
297
return
createVariableLoader({
type
}).setDefaultLocale(
"en"
);
298
}
Callers
1
index.spec.ts
File · 0.70
Calls
2
createVariableLoader
Function · 0.85
setDefaultLocale
Method · 0.80
Tested by
no test coverage detected