Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ error_couldNotReadFile
Function
error_couldNotReadFile
quest/src/core/errors.cpp:846–849 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
844
}
845
846
void error_couldNotReadFile() {
847
848
raiseInternalError(
"A function failed to open and read a file that previous validation confirmed was readable."
);
849
}
850
851
852
Callers
1
parser_loadFile
Function · 0.85
Calls
1
raiseInternalError
Function · 0.85
Tested by
no test coverage detected