MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / IsNotExist

Function IsNotExist

internal/utils/bfs/errors.go:18–20  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

16}
17
18func IsNotExist(err error) bool {
19 return err != nil && os.IsNotExist(err)
20}

Callers 4

TestFS_OpenFileReaderFunction · 0.92
TestNewMetaFile_LargeFunction · 0.92
TestNewMetaFile_MemoryFunction · 0.92
TestMetaFile_FileHeadersFunction · 0.92

Calls

no outgoing calls

Tested by 4

TestFS_OpenFileReaderFunction · 0.74
TestNewMetaFile_LargeFunction · 0.74
TestNewMetaFile_MemoryFunction · 0.74
TestMetaFile_FileHeadersFunction · 0.74