Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GlobedGD/globed2
/ errorToString
Method
errorToString
src/audio/AudioDecoder.cpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
std::string_view AudioDecoder::errorToString(int code) {
112
return opus_strerror(code);
113
}
114
115
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected