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