MCPcopy Create free account
hub / github.com/cselab/aphros / ParseStream

Method ParseStream

src/parse/parser.cpp:319–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void Parser::ParseStream(std::istream& in) {
320 while (in) {
321 RunNext(in);
322 }
323}
324
325void Parser::ParseFile(std::string path, std::string dir) {
326 fassert(path != "", "Empty path");

Callers 14

SetMeshFunction · 0.80
mainFunction · 0.80
SimpleFunction · 0.80
TestConfigFunction · 0.80
RunMpiKernelFunction · 0.80
RunMpi0Function · 0.80
mainFunction · 0.80
SetRuntimeConfigFunction · 0.80
SetMeshFunction · 0.80
SetRuntimeConfigFunction · 0.80
SetMeshFunction · 0.80
SetMeshFunction · 0.80

Calls

no outgoing calls

Tested by 2

SimpleFunction · 0.64
TestConfigFunction · 0.64