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

Method Data

mailbox.go:58–60  ·  view source on GitHub ↗

Data gets the current state of the mailbox

()

Source from the content-addressed store, hash-verified

56
57// Data gets the current state of the mailbox
58func (mh *MailboxHandle) Data() (*MailboxData, error) {
59 return mh.m.Data(mh.key)
60}
61
62// Update updates the state of the mailbox, or creates if does not exist
63func (mh *MailboxHandle) Update(oldMessages int, newMessages int) error {

Callers

nothing calls this directly

Calls 1

DataMethod · 0.65

Tested by

no test coverage detected