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

Method InsertAddressBook

userapi/api/api_trace.go:44–46  ·  view source on GitHub ↗
(ctx context.Context, localpart string, friendLocalpart []string)

Source from the content-addressed store, hash-verified

42}
43
44func (t *UserInternalAPITrace) InsertAddressBook(ctx context.Context, localpart string, friendLocalpart []string) (err error) {
45 return t.Impl.InsertAddressBook(ctx, localpart, friendLocalpart)
46}
47
48func (t *UserInternalAPITrace) InsertChainData(ctx context.Context, localpart string, servername string, chatFee string, mortgageFee string) (err error) {
49 return t.Impl.InsertChainData(ctx, localpart, servername, chatFee, mortgageFee)

Callers

nothing calls this directly

Calls 1

InsertAddressBookMethod · 0.65

Tested by

no test coverage detected