MCPcopy Index your code
hub / github.com/coder/coder / Apply

Method Apply

provisionersdk/serve.go:47–47  ·  view source on GitHub ↗
(s *Session, r *proto.ApplyRequest, canceledOrComplete <-chan struct{})

Source from the content-addressed store, hash-verified

45 Parse(s *Session, r *proto.ParseRequest, canceledOrComplete <-chan struct{}) *proto.ParseComplete
46 Plan(s *Session, r *proto.PlanRequest, canceledOrComplete <-chan struct{}) *proto.PlanComplete
47 Apply(s *Session, r *proto.ApplyRequest, canceledOrComplete <-chan struct{}) *proto.ApplyComplete
48 Graph(s *Session, r *proto.GraphRequest, canceledOrComplete <-chan struct{}) *proto.GraphComplete
49}
50

Callers 9

postLogoutMethod · 0.65
oauthLoginMethod · 0.65
createAPIKeyMethod · 0.65
ExtractOAuth2Function · 0.65
CSRFFunction · 0.65
ResolveRequestFunction · 0.65
handleAPIKeySmugglingMethod · 0.65

Implementers 4

provisionerTestServerprovisionerd/provisionerd_test.go
unimplementedServerprovisionersdk/serve_test.go
echoprovisioner/echo/serve.go
serverprovisioner/terraform/serve.go

Calls

no outgoing calls

Tested by

no test coverage detected