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

Method constructor

js/bundle/src/encoder.ts:131–131  ·  view source on GitHub ↗
(private bundleBuilder: BundleBuilder)

Source from the content-addressed store, hash-verified

129 private primaryURL: string | null = null;
130
131 constructor(private bundleBuilder: BundleBuilder) {}
132
133 onCreateBundle(): void {
134 if (this.primaryURL === null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected