Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ toString
Method
toString
basex-core/src/main/java/org/basex/util/ft/FTMode.java:18–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
/** Phrase search. */ PHRASE;
17
18
@Override
19
public
String toString() {
20
return
name().replace(
'_'
,
' '
).toLowerCase(Locale.ENGLISH);
21
}
22
}
Callers
nothing calls this directly
Calls
2
name
Method · 0.65
replace
Method · 0.45
Tested by
no test coverage detected