MCPcopy 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

fromFileMethod · 0.95
checkOffsetMethod · 0.95
getFunctionIDMethod · 0.95
linenumsMethod · 0.80
checkErrorsMethod · 0.80
checkEvalErrorStackMethod · 0.80
docCommentsMethod · 0.80

Calls

no outgoing calls

Tested by 9

fromFileMethod · 0.76
checkOffsetMethod · 0.76
linenumsMethod · 0.64
checkErrorsMethod · 0.64
checkEvalErrorStackMethod · 0.64