Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ GetFile
Method
GetFile
provisionersdk/proto/provisioner.pb.go:4283–4288 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4281
}
4282
4283
func
(x *Request) GetFile() *FileUpload {
4284
if
x, ok := x.GetType().(*Request_File); ok {
4285
return
x.File
4286
}
4287
return
nil
4288
}
4289
4290
type
isRequest_Type
interface
{
4291
isRequest_Type()
Callers
1
Recv
Method · 0.80
Calls
1
GetType
Method · 0.95
Tested by
no test coverage detected