Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ rewriteCamelCase
Method
rewriteCamelCase
src/main/java/fielded/Commands.java:229–231 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
227
}
228
229
static
private
String rewriteCamelCase(String key) {
230
return
key.replace(
"_"
,
" "
);
231
}
232
233
public
RemoteEditor.SupportsPrompt supportsPrompt(Consumer<String> ret) {
234
Callers
1
getCommandsAndDocs
Method · 0.95
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected