MCPcopy 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
540bool parser_canReadFile(string fn) {
541
542 ifstream file(fn);
543 return file.good();
544}
545
546
547string parser_loadFile(string fn) {

Callers 1

validate_canReadFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected