Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ Options
Method
Options
basex-core/src/main/java/org/basex/util/options/Options.java:78–80 ·
view source on GitHub ↗
Default constructor.
()
Source
from the content-addressed store, hash-verified
76
* Default constructor.
77
*/
78
public
Options() {
79
this((IOFile) null);
80
}
81
82
/**
83
* Constructor with options file.
Callers
nothing calls this directly
Calls
7
options
Method · 0.95
notExpected
Method · 0.95
read
Method · 0.95
name
Method · 0.65
add
Method · 0.65
put
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected