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

Function connectSocket

tools/decoration-runtime.ts:3369–3375  ·  view source on GitHub ↗
(socketPath: string)

Source from the content-addressed store, hash-verified

3367 },
3368 focus() {
3369 entry.pendingActions.push({
3370 windowId: latestSnapshot.id,
3371 action: "focus",
3372 });
3373 },
3374 scheduleAnimation(options) {
3375 const action = {
3376 windowId: latestSnapshot.id,
3377 action: "scheduleAnimation",
3378 animation: serializeManagedWindowAnimation(options),

Callers 1

mainFunction · 0.85

Calls 1

onceMethod · 0.80

Tested by

no test coverage detected