MCPcopy Create free account
hub / github.com/codemix/graph /

Class

packages/graph/src/Steps.ts:6277–6277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6275 * Note: Label removal is not currently supported as labels are immutable.
6276 */
6277export class RemoveStep extends Step<RemoveStepConfig> {
6278 public get name() {
6279 return "Remove";
6280 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected