Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bazelbuild/bazel
/ getValue
Method
getValue
src/main/java/net/starlark/java/eval/Structure.java:36–36 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
34
*/
35
// TODO(adonovan): rename "getField".
36
@Nullable
37
Object getValue(String name) throws EvalException;
38
39
/**
Callers
15
testIterator
Method · 0.65
testCopy
Method · 0.65
testMerge
Method · 0.65
printFNLines
Method · 0.65
printFNDALines
Method · 0.65
printDALines
Method · 0.65
nrFunctionsHit
Method · 0.65
getLines
Method · 0.65
addAllFunctionsExecution
Method · 0.65
recordBranchInformation
Method · 0.65
writeTestSuiteProperties
Method · 0.65
analyzeStructure
Method · 0.65
Implementers
3
AStruct
src/test/java/net/starlark/java/eval/M
Struct
src/test/java/net/starlark/java/eval/S
SimpleStruct
src/test/java/net/starlark/java/eval/S
Calls
no outgoing calls
Tested by
15
testIterator
Method · 0.52
testCopy
Method · 0.52
testMerge
Method · 0.52
printFNLines
Method · 0.52
printFNDALines
Method · 0.52
printDALines
Method · 0.52
nrFunctionsHit
Method · 0.52
getLines
Method · 0.52
addAllFunctionsExecution
Method · 0.52
recordBranchInformation
Method · 0.52
writeTestSuiteProperties
Method · 0.52
analyzeStructure
Method · 0.52