MCPcopy
hub / github.com/OpenCoworkAI/open-codesign / workspace-watcher.ts

File workspace-watcher.ts

apps/desktop/src/main/workspace-watcher.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { type Dirent, type FSWatcher, watch as nodeWatch } from 'node:fs';
2import { readdir, stat } from 'node:fs/promises';
3import { join, relative, sep } from 'node:path';
4import { CodesignError } from '@open-codesign/shared';

Callers

nothing calls this directly

Calls 1

getLoggerFunction · 0.90

Tested by

no test coverage detected