()
| 120 | } |
| 121 | |
| 122 | getWebBundleId(): string { |
| 123 | return this.integrityBlock.getWebBundleId(); |
| 124 | } |
| 125 | |
| 126 | getSignedWebBundleBytes(): Uint8Array { |
| 127 | if (this.integrityBlock.getSignatureStack().length == 0) { |
no outgoing calls
no test coverage detected