Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenListTeam/OpenList
/ ObjHasMask
Function
ObjHasMask
internal/model/obj.go:284–286 ·
view source on GitHub ↗
(obj Obj, mask ObjMask)
Source
from the content-addressed store, hash-verified
282
}
283
284
func
ObjHasMask(obj Obj, mask ObjMask) bool {
285
return
GetObjMask(obj)&mask != 0
286
}
Callers
10
Put
Method · 0.92
Remove
Method · 0.92
Get
Function · 0.92
MakeDir
Function · 0.92
Move
Function · 0.92
Rename
Function · 0.92
Copy
Function · 0.92
Remove
Function · 0.92
Put
Function · 0.92
PutURL
Function · 0.92
Calls
1
GetObjMask
Function · 0.85
Tested by
no test coverage detected