MCPcopy Create free account
hub / github.com/devfile/api / UpdateCommand

Method UpdateCommand

test/v200/utils/common/test_utils.go:61–61  ·  view source on GitHub ↗
(schema.Command)

Source from the content-addressed store, hash-verified

59type DevfileFollower interface {
60 AddCommand(schema.Command) error
61 UpdateCommand(schema.Command)
62 AddComponent(schema.Component) error
63 UpdateComponent(schema.Component)
64 AddProject(schema.Project) error

Callers 1

commandUpdatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected