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

Class

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

Source from the content-addressed store, hash-verified

6147 * pressure. Consider using LIMIT to batch large deletions.
6148 */
6149export class DeleteStep extends Step<DeleteStepConfig> {
6150 public get name() {
6151 return "Delete";
6152 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected