MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / getMetaWriteUsers

Function getMetaWriteUsers

server/common/check_test.go:974–979  ·  view source on GitHub ↗
(meta *model.Meta)

Source from the content-addressed store, hash-verified

972}
973
974func getMetaWriteUsers(meta *model.Meta) []uint {
975 if meta == nil {
976 return nil
977 }
978 return meta.WriteUsers
979}
980
981func getMetaWriteUsersSub(meta *model.Meta) bool {
982 if meta == nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected