Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bit4woo/ReSign
/ getOnlyValueConfig
Method
getOnlyValueConfig
src/custom/CGUI.java:564–570 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
562
}
563
564
public
boolean getOnlyValueConfig() {
565
if
(chckbxOnlyUseValue.isSelected()){
566
return
true;
567
}
else
{
568
return
false;
569
}
570
}
571
public
String getParaConnector() {
572
return
textFieldParaConnector.getText();
573
}
Callers
1
actionPerformed
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected