Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ isLocalFileError
Function
isLocalFileError
framework/utils/errors/framework_error.c:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
bool isLocalFileError(error_type err)
169
{
170
return err == -ENOENT || err == -EACCES;
171
}
172
173
error_type gen_framework_http_errno(int httpCode)
174
{
Callers
2
updateSegment
Method · 0.85
updateSegment
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected