Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getLineNumber
Method
getLineNumber
classpath/java/io/LineNumberReader.java:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
public
int
getLineNumber() {
25
return
line;
26
}
27
28
public
void
setLineNumber(
int
v) {
29
line = v;
Callers
3
test6
Method · 0.45
maybeLogThrown
Method · 0.45
maybeLogThrown
Method · 0.45
Calls
no outgoing calls
Tested by
2
test6
Method · 0.36
maybeLogThrown
Method · 0.36