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

Function getMetaWrite

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

Source from the content-addressed store, hash-verified

958}
959
960func getMetaWrite(meta *model.Meta) bool {
961 if meta == nil {
962 return false
963 }
964 return meta.Write
965}
966
967func getMetaWSub(meta *model.Meta) bool {
968 if meta == nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected