MCPcopy Create free account
hub / github.com/PuerkitoBio/fetchbot / valuesCmd

Struct valuesCmd

cmd_test.go:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103type valuesCmd struct {
104 *Cmd
105 vals url.Values
106}
107
108func (vc *valuesCmd) Values() url.Values {
109 return vc.vals

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected