MCPcopy Create free account
hub / github.com/CyCoreSystems/ari / Update

Method Update

mailbox.go:16–16  ·  view source on GitHub ↗

Update updates the state of the mailbox, or creates if does not exist

(key *Key, oldMessages int, newMessages int)

Source from the content-addressed store, hash-verified

14
15 // Update updates the state of the mailbox, or creates if does not exist
16 Update(key *Key, oldMessages int, newMessages int) error
17
18 // Delete deletes the mailbox
19 Delete(key *Key) error

Callers 1

UpdateMethod · 0.65

Implementers 6

Mailboxclient/arimocks/Mailbox.go
Mailbox_Expecterclient/arimocks/Mailbox.go
DeviceStateclient/arimocks/DeviceState.go
DeviceState_Expecterclient/arimocks/DeviceState.go
DeviceStateclient/native/device.go
Mailboxclient/native/mailbox.go

Calls

no outgoing calls

Tested by

no test coverage detected