Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
319
void Parser::ParseStream(std::istream& in) {
320
while (in) {
321
RunNext(in);
322
}
323
}
324
325
void Parser::ParseFile(std::string path, std::string dir) {
326
fassert(path !=
""
,
"Empty path"
);
Callers
14
SetMesh
Function · 0.80
main
Function · 0.80
Simple
Function · 0.80
TestConfig
Function · 0.80
RunMpiKernel
Function · 0.80
RunMpi0
Function · 0.80
main
Function · 0.80
SetRuntimeConfig
Function · 0.80
SetMesh
Function · 0.80
SetRuntimeConfig
Function · 0.80
SetMesh
Function · 0.80
SetMesh
Function · 0.80
Calls
no outgoing calls
Tested by
2
Simple
Function · 0.64
TestConfig
Function · 0.64