MCPcopy
hub / github.com/tinode/chat / isLoaded

Method isLoaded

server/topic.go:3758–3760  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3756}
3757
3758func (t *Topic) isLoaded() bool {
3759 return (atomic.LoadInt32(&t.status) & topicStatusLoaded) != 0
3760}
3761
3762func (t *Topic) isDeleted() bool {
3763 return (atomic.LoadInt32(&t.status) & topicStatusMarkedDeleted) != 0

Callers 1

sendSubNotificationsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected