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

Interface Event

watcher/watcher-nodejs/lib/watcher.ts:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22export interface Event {
23 effectTime: number;
24 pathName: string;
25 effectType: EffectType;
26 pathType: PathType;
27 associatedPathName: string | null;
28}
29
30interface CEvent {
31 effectTime: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected