MCPcopy 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
168bool isLocalFileError(error_type err)
169{
170 return err == -ENOENT || err == -EACCES;
171}
172
173error_type gen_framework_http_errno(int httpCode)
174{

Callers 2

updateSegmentMethod · 0.85
updateSegmentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected