MCPcopy Index your code
hub / github.com/github/spec-kit / remove

Method remove

src/specify_cli/bundler/services/primitives.py:299–306  ·  view source on GitHub ↗
(self, component: ComponentRef)

Source from the content-addressed store, hash-verified

297 return _locate_bundled_workflow(workflow_id) is not None
298
299 def remove(self, component: ComponentRef) -> None:
300 from ... import workflow_remove
301
302 with _chdir(self._root):
303 _delegate_command(
304 "remove", f"workflow '{component.id}'",
305 lambda: workflow_remove(component.id),
306 )
307
308
309class _StepKindManager:

Callers

nothing calls this directly

Calls 3

_chdirFunction · 0.85
_delegate_commandFunction · 0.85
workflow_removeFunction · 0.85

Tested by

no test coverage detected