MCPcopy
hub / github.com/github/spec-kit / remove

Method remove

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

Source from the content-addressed store, hash-verified

336 )
337
338 def remove(self, component: ComponentRef) -> None:
339 from ... import workflow_step_remove
340
341 with _chdir(self._root):
342 _delegate_command(
343 "remove", f"step '{component.id}'",
344 lambda: workflow_step_remove(component.id),
345 )

Callers

nothing calls this directly

Calls 3

_chdirFunction · 0.85
_delegate_commandFunction · 0.85
workflow_step_removeFunction · 0.85

Tested by

no test coverage detected