MCPcopy
hub / github.com/BuilderIO/agent-native / delete-schedule.ts

File delete-schedule.ts

packages/scheduling/src/actions/delete-schedule.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { defineAction } from "@agent-native/core";
2import { z } from "zod";
3import { assertAccess } from "@agent-native/core/sharing";
4import { deleteSchedule } from "../server/schedules-repo.js";

Callers

nothing calls this directly

Calls 3

defineActionFunction · 0.90
assertAccessFunction · 0.90
deleteScheduleFunction · 0.85

Tested by

no test coverage detected