MCPcopy Create free account
hub / github.com/docker/go-plugins-helpers / Create

Method Create

volume/api_test.go:142–146  ·  view source on GitHub ↗
(req *CreateRequest)

Source from the content-addressed store, hash-verified

140}
141
142func (p *testPlugin) Create(req *CreateRequest) error {
143 p.create++
144 p.volumes = append(p.volumes, req.Name)
145 return nil
146}
147
148func (p *testPlugin) Get(req *GetRequest) (*GetResponse, error) {
149 p.get++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected