MCPcopy Index your code
hub / github.com/codeaashu/claude-code / createScheduledTaskFireMessage

Function createScheduledTaskFireMessage

src/utils/messages.ts:4385–4396  ·  view source on GitHub ↗
(
  content: string,
)

Source from the content-addressed store, hash-verified

4383}
4384
4385export function createScheduledTaskFireMessage(
4386 content: string,
4387): SystemScheduledTaskFireMessage {
4388 return {
4389 type: 'system',
4390 subtype: 'scheduled_task_fire',
4391 content,
4392 isMeta: false,
4393 timestamp: new Date().toISOString(),
4394 uuid: randomUUID(),
4395 }
4396}
4397
4398export function createStopHookSummaryMessage(
4399 hookCount: number,

Callers 1

useScheduledTasksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected