MCPcopy
hub / github.com/lingodotdev/lingo.dev / loadSystemSettings

Function loadSystemSettings

packages/cli/src/cli/utils/settings.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54export function loadSystemSettings() {
55 return _loadSystemFile();
56}
57
58const flattenZodObject = (schema: Z.ZodObject<any>, prefix = ""): string[] => {
59 return Object.entries(schema.shape).flatMap(([key, value]) => {

Callers 3

set.tsFile · 0.90
unset.tsFile · 0.90
get.tsFile · 0.90

Calls 1

_loadSystemFileFunction · 0.85

Tested by

no test coverage detected