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

Function commitPointerConfigRegistration

packages/shoji_wm/src/pointer.ts:42–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41 if (!stagedPointerConfig) {
42 pendingPointerConfig = true;
43 }
44 },
45};
46
47export function beginPointerConfigRegistration(): void {
48 stagedPointerConfig = {};
49}
50
51export function commitPointerConfigRegistration(): void {
52 if (!stagedPointerConfig) {
53 return;

Callers 1

loadRuntimeConfigFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected