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

Method FileID

coderd/database/dbfake/dbfake.go:674–678  ·  view source on GitHub ↗
(fid uuid.UUID)

Source from the content-addressed store, hash-verified

672}
673
674func (t TemplateVersionBuilder) FileID(fid uuid.UUID) TemplateVersionBuilder {
675 // nolint: revive // returns modified struct
676 t.fileID = fid
677 return t
678}
679
680func (t TemplateVersionBuilder) Pubsub(ps pubsub.Pubsub) TemplateVersionBuilder {
681 // nolint: revive // returns modified struct

Callers 2

setupWorkspaceAndAgentFunction · 0.80

Calls

no outgoing calls

Tested by 2

setupWorkspaceAndAgentFunction · 0.64