Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ GetType
Method
GetType
provisionersdk/proto/provisioner.pb.go:4227–4232 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4225
}
4226
4227
func
(m *Request) GetType() isRequest_Type {
4228
if
m != nil {
4229
return
m.Type
4230
}
4231
return
nil
4232
}
4233
4234
func
(x *Request) GetConfig() *Config {
4235
if
x, ok := x.GetType().(*Request_Config); ok {
Callers
8
GetConfig
Method · 0.95
GetParse
Method · 0.95
GetInit
Method · 0.95
GetPlan
Method · 0.95
GetApply
Method · 0.95
GetGraph
Method · 0.95
GetCancel
Method · 0.95
GetFile
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected