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

Method Set

go/bundle/cmd/gen-bundle/main.go:21–24  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

19}
20
21func (h *headerArgs) Set(value string) error {
22 *h = append(*h, value)
23 return nil
24}
25
26var (
27 flagVersion = flag.String("version", string(version.VersionB2), "The webbundle format version. Possible values are: 'b1' and 'b2'")

Callers 2

decodeCborHeadersFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected