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

Method JudgeShouldAutoJoin

userapi/api/api_trace.go:60–62  ·  view source on GitHub ↗
(ctx context.Context, inviter, invitee string)

Source from the content-addressed store, hash-verified

58}
59
60func (t *UserInternalAPITrace) JudgeShouldAutoJoin(ctx context.Context, inviter, invitee string) (bool, error) {
61 return t.Impl.JudgeShouldAutoJoin(ctx, inviter, invitee)
62}
63
64func (t *UserInternalAPITrace) InputAccountData(ctx context.Context, req *InputAccountDataRequest, res *InputAccountDataResponse) error {
65 err := t.Impl.InputAccountData(ctx, req, res)

Callers

nothing calls this directly

Calls 1

JudgeShouldAutoJoinMethod · 0.65

Tested by

no test coverage detected