Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ getOpenFiles
Method
getOpenFiles
jnode-core/src/jnode/core/SysInfo.java:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
84
public
static
class
OpenFilesInfo {
85
public
long getOpenFiles() {
86
return
openFiles;
87
}
88
89
public
long getMaxOpenFiles() {
90
return
maxOpenFiles;
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected