MCPcopy Index your code
hub / github.com/WICG/webpackage / createTopLevel

Method createTopLevel

js/bundle/src/encoder.ts:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 private createTopLevel(): CBORValue {
115 return this.compatAdapter.createTopLevel();
116 }
117
118 get formatVersion(): FormatVersion {
119 return this.compatAdapter.formatVersion;

Callers 1

createBundleMethod · 0.95

Calls 1

createTopLevelMethod · 0.65

Tested by

no test coverage detected