MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / validate_canReadFile

Function validate_canReadFile

quest/src/core/validation.cpp:4337–4341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4335 */
4336
4337void validate_canReadFile(string fn, const char* caller) {
4338
4339 /// @todo embed filename into error message when tokenSubs is updated to permit strings
4340 assertThat(parser_canReadFile(fn), report::CANNOT_READ_FILE, caller);
4341}
4342
4343
4344

Callers 2

Calls 2

assertThatFunction · 0.85
parser_canReadFileFunction · 0.85

Tested by

no test coverage detected