MCPcopy
hub / github.com/dmno-dev/varlock / values

Method values

packages/env-spec-parser/src/classes.ts:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }) {}
95
96 get values() {
97 return this.data.values;
98 }
99
100 get simplifiedValues(): Array<any> | Record<string, any> {
101 if (this.data.values.length === 0) return [];

Callers 15

cleanupMethod · 0.45
cleanupMethod · 0.45
connectToSocketMethod · 0.45
scanFileForValuesFunction · 0.45
commandFnFunction · 0.45
detectRedundantValuesFunction · 0.45
collectResolverNamesFunction · 0.45
resolveDecoratorsMethod · 0.45
decoratorSchemaErrorsMethod · 0.45
dependencyKeysMethod · 0.45
childResolversMethod · 0.45
isStaticMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected