MCPcopy Create free account
hub / github.com/bea4dev/ShojiWM / startStatsLogger

Function startStatsLogger

tools/decoration-runtime.ts:1000–1011  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

998 processActions?: RuntimeProcessSpawnAction[];
999}
1000
1001interface NativeInteractionSuccess {
1002 requestId: number;
1003 ok: true;
1004 kind:
1005 | "pointerMove"
1006 | "pointerMoveAsync"
1007 | "gestureSwipe"
1008 | "gestureSwipeAsync"
1009 | "windowMove"
1010 | "windowResize";
1011 invoked: boolean;
1012 dirty: boolean;
1013 dirtyWindowIds: string[];
1014 dirtyManagedWindowIds?: string[];

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected