Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geant4/geant4
/ CheckNewValue
Method
CheckNewValue
source/intercoms/src/G4UIcommand.cc:476–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
}
475
476
G4int G4UIcommand::CheckNewValue(const char* newValue)
477
{
478
if (!G4UIparsing::RangeCheck(*this, newValue)) {
479
return fParameterOutOfRange;
480
}
481
return 0; // succeeded
482
}
Callers
1
DoIt
Method · 0.45
Calls
1
RangeCheck
Function · 0.85
Tested by
no test coverage detected