MCPcopy Index your code
hub / github.com/perkeep/perkeep / fail

Method fail

pkg/jsonsign/verify.go:83–86  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

81}
82
83func (vr *VerifyRequest) fail(msg string) bool {
84 vr.Err = errors.New("jsonsign: " + msg)
85 return false
86}
87
88func (vr *VerifyRequest) ParseSigMap() bool {
89 sigMap := make(map[string]interface{})

Callers 15

ParseSigMapMethod · 0.95
ParsePayloadMapMethod · 0.95
VerifySignatureMethod · 0.95
jquery.jsFile · 0.80
AnimationFunction · 0.80
jquery-ui.min.jsFile · 0.80
jquery.min.jsFile · 0.80
qbFunction · 0.80
safeurl.jsFile · 0.80
safestylesheet.jsFile · 0.80
safestyle.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected