Method
Apply
(s *provisionersdk.Session, r *sdkproto.ApplyRequest, canceledOrComplete <-chan struct{})
Source from the content-addressed store, hash-verified
| 1299 | } |
| 1300 | |
| 1301 | func (p *provisionerTestServer) Apply(s *provisionersdk.Session, r *sdkproto.ApplyRequest, canceledOrComplete <-chan struct{}) *sdkproto.ApplyComplete { |
| 1302 | return p.apply(s, r, canceledOrComplete) |
| 1303 | } |
| 1304 | |
| 1305 | func (p *provisionerTestServer) Graph(s *provisionersdk.Session, r *sdkproto.GraphRequest, canceledOrComplete <-chan struct{}) *sdkproto.GraphComplete { |
| 1306 | return p.graph(s, r, canceledOrComplete) |
Callers
nothing calls this directly
Tested by
no test coverage detected