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

Method VerifyJSONs

test/keyring.go:28–31  ·  view source on GitHub ↗
(ctx context.Context, requests []gomatrixserverlib.VerifyJSONRequest)

Source from the content-addressed store, hash-verified

26}
27
28func (t *NopJSONVerifier) VerifyJSONs(ctx context.Context, requests []gomatrixserverlib.VerifyJSONRequest) ([]gomatrixserverlib.VerifyJSONResult, error) {
29 result := make([]gomatrixserverlib.VerifyJSONResult, len(requests))
30 return result, nil
31}

Callers 3

SendLeaveFunction · 0.80
processInviteFunction · 0.80
SendJoinFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected