MCPcopy Create free account
hub / github.com/WICG/webpackage / getIntegrityBlock

Method getIntegrityBlock

js/sign/src/core/signed-web-bundle.ts:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 getIntegrityBlock(): IntegrityBlock {
87 return this.integrityBlock;
88 }
89
90 validateSignatures(): SignatureValidationResult[] {
91 const webBundleHash = calcWebBundleHash(this.pureWebBundle);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected