Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
func
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
Error
Method · 0.45
Tested by
no test coverage detected