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