()
| 84 | } |
| 85 | |
| 86 | getIntegrityBlock(): IntegrityBlock { |
| 87 | return this.integrityBlock; |
| 88 | } |
| 89 | |
| 90 | validateSignatures(): SignatureValidationResult[] { |
| 91 | const webBundleHash = calcWebBundleHash(this.pureWebBundle); |
nothing calls this directly
no outgoing calls
no test coverage detected