MCPcopy Index your code
hub / github.com/devfile/api / AddCommand

Method AddCommand

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

Source from the content-addressed store, hash-verified

58// DevfileFollower interface implemented by the parser tests for updating the parser data
59type DevfileFollower interface {
60 AddCommand(schema.Command) error
61 UpdateCommand(schema.Command)
62 AddComponent(schema.Component) error
63 UpdateComponent(schema.Component)

Callers 1

commandAddedMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected