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

Method Data

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

Data gets the current state of the mailbox

(key *Key)

Source from the content-addressed store, hash-verified

11
12 // Data gets the current state of the mailbox
13 Data(key *Key) (*MailboxData, error)
14
15 // Update updates the state of the mailbox, or creates if does not exist
16 Update(key *Key, oldMessages int, newMessages int) error

Callers 1

DataMethod · 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