MCPcopy Create free account
hub / github.com/NextDotID/proof_server / proofExistsCheckRequest

Function proofExistsCheckRequest

controller/proof_exists.go:72–74  ·  view source on GitHub ↗
(req *ProofExistsRequest)

Source from the content-addressed store, hash-verified

70}
71
72func proofExistsCheckRequest(req *ProofExistsRequest) bool {
73 return req.Identity != "" && req.Platform != "" && req.PersonaPubkeyHex != ""
74}

Callers 1

proofExistsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected