Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ systemNanoTime
Method
systemNanoTime
output/java_guava/1.4.13/Platform.java:34–36 ·
view source on GitHub ↗
Calls System#nanoTime().
()
Source
from the content-addressed store, hash-verified
32
/** Calls {@link System#nanoTime()}. */
33
34
static
long systemNanoTime() {
35
return
System.nanoTime();
36
}
37
38
39
static
CharMatcher precomputeCharMatcher(CharMatcher matcher) {
Callers
10
get
Method · 0.95
read
Method · 0.95
get
Method · 0.95
read
Method · 0.95
get
Method · 0.95
read
Method · 0.95
get
Method · 0.95
read
Method · 0.95
get
Method · 0.95
read
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected