Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bazelbuild/bazel
/ line
Method
line
src/main/java/net/starlark/java/syntax/Location.java:48–50 ·
view source on GitHub ↗
Returns the line number of this location.
()
Source
from the content-addressed store, hash-verified
46
47
/** Returns the line number of this location. */
48
public
int
line() {
49
return
line;
50
}
51
52
/** Returns the column number of this location. */
53
public
int
column() {
Callers
15
fromFile
Method · 0.95
testParseBuildFileWithManyComments
Method · 0.95
checkOffset
Method · 0.95
checkEvalErrorAtLocation
Method · 0.95
getFunctionID
Method · 0.95
linenums
Method · 0.80
checkErrors
Method · 0.80
checkEvalErrorStack
Method · 0.80
withExtraInterpreterParams
Method · 0.80
withParamsAndExtraInterpreterParams
Method · 0.80
docComments
Method · 0.80
getDocCommentBlockOnPreviousLine
Method · 0.80
Calls
no outgoing calls
Tested by
9
fromFile
Method · 0.76
testParseBuildFileWithManyComments
Method · 0.76
checkOffset
Method · 0.76
checkEvalErrorAtLocation
Method · 0.76
linenums
Method · 0.64
checkErrors
Method · 0.64
checkEvalErrorStack
Method · 0.64
withExtraInterpreterParams
Method · 0.64
withParamsAndExtraInterpreterParams
Method · 0.64