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

Function getMetaWSub

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

Source from the content-addressed store, hash-verified

965}
966
967func getMetaWSub(meta *model.Meta) bool {
968 if meta == nil {
969 return false
970 }
971 return meta.WSub
972}
973
974func getMetaWriteUsers(meta *model.Meta) []uint {
975 if meta == nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected