MCPcopy Index your code
hub / github.com/php/frankenphp / CEvent

Interface CEvent

watcher/watcher-nodejs/lib/watcher.ts:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30interface CEvent {
31 effectTime: number;
32 pathName: string;
33 associatedPathName: string | null;
34 effectType: number;
35 pathType: number;
36}
37
38export const watch = (path: string, cb: (event: Event) => void): { close: () => boolean } => {
39 let typedCb: null | ((_: CEvent) => void) = (cEvent) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected