MCPcopy Create free account
hub / github.com/daodst/chat / TestSendOwnerInvite

Function TestSendOwnerInvite

federationapi/routing/new_func_test.go:8–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

6)
7
8func TestSendOwnerInvite(t *testing.T) {
9 marshal, err := json.Marshal(struct {
10 }{})
11 if err != nil {
12 t.Error(err)
13 }
14 t.Log(string(marshal))
15}

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected