Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ getMetaWriteUsersSub
Function
getMetaWriteUsersSub
server/common/check_test.go:981–986 ·
view source on GitHub ↗
(meta *model.Meta)
Source
from the content-addressed store, hash-verified
979
}
980
981
func
getMetaWriteUsersSub(meta *model.Meta) bool {
982
if
meta == nil {
983
return
false
984
}
985
return
meta.WriteUsersSub
986
}
Callers
1
TestWritePermissionCombinations
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected