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

Struct staticRender

coderd/dynamicparameters/static.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type staticRender struct {
21 staticParams []previewtypes.Parameter
22}
23
24func (r *loader) staticRender(ctx context.Context, db database.Store) (*staticRender, error) {
25 dbTemplateVersionParameters, err := db.GetTemplateVersionParameters(ctx, r.templateVersionID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected