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

Method indexSection

js/bundle/src/decoder.ts:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 private get indexSection(): Map<string, unknown> {
125 return asMap(this.sections['index']);
126 }
127
128 // Behaviour that is specific to particular versions of the format.
129 private createCompatAdapter(formatVersion: FormatVersion): CompatAdapter {

Callers

nothing calls this directly

Calls 1

asMapFunction · 0.85

Tested by

no test coverage detected