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

Method AddTelNumbers

userapi/api/api.go:115–115  ·  view source on GitHub ↗
(ctx context.Context, localpart string, telNums []int64)

Source from the content-addressed store, hash-verified

113 InsertAddressBook(ctx context.Context, localpart string, friendLocalpart []string) (err error)
114
115 AddTelNumbers(ctx context.Context, localpart string, telNums []int64) (err error)
116 QueryThreePIDsForLocalpart(ctx context.Context, req *QueryThreePIDsForLocalpartRequest, res *QueryThreePIDsForLocalpartResponse) error
117 QueryLocalpartForThreePID(ctx context.Context, req *QueryLocalpartForThreePIDRequest, res *QueryLocalpartForThreePIDResponse) error
118 PerformForgetThreePID(ctx context.Context, req *PerformForgetThreePIDRequest, res *struct{}) error

Callers 4

AddTelNumbersMethod · 0.65
AddTelNumbersMethod · 0.65
LoginMethod · 0.65
AddTelNumbersFunction · 0.65

Implementers 3

UserInternalAPIuserapi/internal/api.go
httpUserInternalAPIuserapi/inthttp/client.go
UserInternalAPITraceuserapi/api/api_trace.go

Calls

no outgoing calls

Tested by

no test coverage detected