Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFMS/ffms2
/ Error
Method
Error
src/index/ffmsindex.cpp:59–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
struct Error {
58
std::string msg;
59
Error(const char *msg) : msg(msg) {}
60
Error(const char *msg, FFMS_ErrorInfo const& e) : msg(msg) {
61
this->msg.append(e.Buffer);
62
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected