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

Method formatVersion

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

Source from the content-addressed store, hash-verified

116 }
117
118 get formatVersion(): FormatVersion {
119 return this.compatAdapter.formatVersion;
120 }
121
122 // Behaviour that is specific to particular versions of the format.
123 private createCompatAdapter(formatVersion: FormatVersion): CompatAdapter {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected