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

File tasks.ts

src/utils/tasks.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { mkdir, readdir, readFile, unlink, writeFile } from 'fs/promises'
2import { join } from 'path'
3import { z } from 'zod/v4'
4import { getIsNonInteractiveSession, getSessionId } from '../bootstrap/state.js'

Callers

nothing calls this directly

Calls 3

createSignalFunction · 0.85
lazySchemaFunction · 0.85
recordMethod · 0.45

Tested by

no test coverage detected