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

Method setManifestURL

js/bundle/src/encoder.ts:78–80  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

76 }
77
78 setManifestURL(url: string): BundleBuilder {
79 return this.compatAdapter.setManifestURL(url);
80 }
81
82 private addSection(name: string, content: CBORValue) {
83 if (this.sectionLengths.some((s) => s.name === name)) {

Callers 1

mainFunction · 0.95

Calls 1

setManifestURLMethod · 0.65

Tested by

no test coverage detected