Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
cleanup
Method · 0.45
cleanup
Method · 0.45
connectToSocket
Method · 0.45
scanFileForValues
Function · 0.45
commandFn
Function · 0.45
detectRedundantValues
Function · 0.45
collectResolverNames
Function · 0.45
resolveDecorators
Method · 0.45
decoratorSchemaErrors
Method · 0.45
dependencyKeys
Method · 0.45
childResolvers
Method · 0.45
isStatic
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected