Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ parser_canReadFile
Function
parser_canReadFile
quest/src/core/parser.cpp:540–544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
538
539
540
bool parser_canReadFile(string fn) {
541
542
ifstream file(fn);
543
return file.good();
544
}
545
546
547
string parser_loadFile(string fn) {
Callers
1
validate_canReadFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected