Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidrmiller/biosim4
/ registerConfigFile
Method
registerConfigFile
src/params.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
71
void ParamManager::registerConfigFile(const char *filename)
72
{
73
configFilename = std::string(filename);
74
}
75
76
77
bool checkIfUint(const std::string &s)
Callers
1
simulator
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected