Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ isAbsolute
Method
isAbsolute
basex-core/src/main/java/org/basex/io/IO.java:179–181 ·
view source on GitHub ↗
Tests if this is an absolute path. @return result of check
()
Source
from the content-addressed store, hash-verified
177
* @
return
result of check
178
*/
179
public
boolean isAbsolute() {
180
return
true;
181
}
182
183
/**
184
* Tests
if
the file suffix matches the specified suffixes.
Callers
4
merge
Method · 0.95
init
Method · 0.45
namespace
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
1
run
Method · 0.36