MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / deleteGitRunbook

Function deleteGitRunbook

pkg/cmd/runbook/delete/delete.go:200–202  ·  view source on GitHub ↗
(opts *DeleteOptions, runbook *runbooks.Runbook, gitRef string)

Source from the content-addressed store, hash-verified

198}
199
200func deleteGitRunbook(opts *DeleteOptions, runbook *runbooks.Runbook, gitRef string) error {
201 return opts.DeleteGitRunbookCallback(runbook, gitRef)
202}

Callers 1

DeleteRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected