Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ getPair
Method
getPair
app/src/processing/app/SketchName.java:120–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
String getPair() {
121
return
(prefixes.choice() +
" "
+ suffixes.choice()).replace(
' '
,
'_'
);
122
}
123
124
// int getComboCount() {
125
// return prefixes.size() * suffixes.size();
Callers
1
wordsFolder
Method · 0.95
Calls
2
replace
Method · 0.45
choice
Method · 0.45
Tested by
no test coverage detected