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

Function _startFileWatcherForTesting

src/services/teamMemorySync/watcher.ts:385–387  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

383 * by feature('TEAMMEM') which is false under bun test.
384 */
385export function _startFileWatcherForTesting(dir: string): Promise<void> {
386 return startFileWatcher(dir)
387}
388

Callers

nothing calls this directly

Calls 1

startFileWatcherFunction · 0.85

Tested by

no test coverage detected