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

Method GetConfig

provisionersdk/proto/provisioner.pb.go:4234–4239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4232}
4233
4234func (x *Request) GetConfig() *Config {
4235 if x, ok := x.GetType().(*Request_Config); ok {
4236 return x.Config
4237 }
4238 return nil
4239}
4240
4241func (x *Request) GetParse() *ParseRequest {
4242 if x, ok := x.GetType().(*Request_Parse); ok {

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.95

Tested by

no test coverage detected