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

Method markLoaded

server/topic.go:3729–3731  ·  view source on GitHub ↗

markLoaded indicates that topic subscribers have been loaded into memory.

()

Source from the content-addressed store, hash-verified

3727
3728// markLoaded indicates that topic subscribers have been loaded into memory.
3729func (t *Topic) markLoaded() {
3730 t.statusChangeBits(topicStatusLoaded, true)
3731}
3732
3733// markPaused pauses or unpauses the topic. When the topic is paused all
3734// messages are rejected.

Callers 2

sendSubNotificationsMethod · 0.95
topicInitFunction · 0.80

Calls 1

statusChangeBitsMethod · 0.95

Tested by

no test coverage detected