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

Method AddTelNumbers

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

Source from the content-addressed store, hash-verified

54}
55
56func (t *UserInternalAPITrace) AddTelNumbers(ctx context.Context, localpart string, telNums []int64) (err error) {
57 return t.Impl.AddTelNumbers(ctx, localpart, telNums)
58}
59
60func (t *UserInternalAPITrace) JudgeShouldAutoJoin(ctx context.Context, inviter, invitee string) (bool, error) {
61 return t.Impl.JudgeShouldAutoJoin(ctx, inviter, invitee)

Callers

nothing calls this directly

Calls 1

AddTelNumbersMethod · 0.65

Tested by

no test coverage detected