MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / ParseFile

Method ParseFile

src/Config.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void Config::ParseFile(std::ifstream &inStream) {
15 ASSERT(false, "Config load from file not implemented! (yet)");
16}
17
18
19void Config::InitFromCommandLine(int argc, char **argv) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected