Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bazelbuild/bazel
/ getValue
Method
getValue
src/main/java/net/starlark/java/syntax/Argument.java:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
public
final
Expression getValue() {
35
return
value;
36
}
37
38
@Override
39
public
int
getEndOffset() {
Callers
5
testFuncallExpr
Method · 0.95
testMethCallExpr
Method · 0.95
testErrorRecovery
Method · 0.95
evalCall
Method · 0.95
evalPositionalOnlyCall
Method · 0.95
Calls
no outgoing calls
Tested by
3
testFuncallExpr
Method · 0.76
testMethCallExpr
Method · 0.76
testErrorRecovery
Method · 0.76