MCPcopy
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

testIteratorMethod · 0.65
testCopyMethod · 0.65
testMergeMethod · 0.65
printFNLinesMethod · 0.65
printFNDALinesMethod · 0.65
printDALinesMethod · 0.65
nrFunctionsHitMethod · 0.65
getLinesMethod · 0.65
analyzeStructureMethod · 0.65

Implementers 3

AStructsrc/test/java/net/starlark/java/eval/M
Structsrc/test/java/net/starlark/java/eval/S
SimpleStructsrc/test/java/net/starlark/java/eval/S

Calls

no outgoing calls

Tested by 15

testIteratorMethod · 0.52
testCopyMethod · 0.52
testMergeMethod · 0.52
printFNLinesMethod · 0.52
printFNDALinesMethod · 0.52
printDALinesMethod · 0.52
nrFunctionsHitMethod · 0.52
getLinesMethod · 0.52
analyzeStructureMethod · 0.52