Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CyCoreSystems/ari
/ Delete
Method
Delete
mailbox.go:68–70 ·
view source on GitHub ↗
Delete deletes the mailbox
()
Source
from the content-addressed store, hash-verified
66
67
// Delete deletes the mailbox
68
func
(mh *MailboxHandle) Delete() error {
69
return
mh.m.Delete(mh.key)
70
}
Callers
nothing calls this directly
Calls
1
Delete
Method · 0.65
Tested by
no test coverage detected