Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
func
IsNotExist(err error) bool {
19
return
err != nil && os.IsNotExist(err)
20
}
Callers
4
TestFS_OpenFileReader
Function · 0.92
TestNewMetaFile_Large
Function · 0.92
TestNewMetaFile_Memory
Function · 0.92
TestMetaFile_FileHeaders
Function · 0.92
Calls
no outgoing calls
Tested by
4
TestFS_OpenFileReader
Function · 0.74
TestNewMetaFile_Large
Function · 0.74
TestNewMetaFile_Memory
Function · 0.74
TestMetaFile_FileHeaders
Function · 0.74