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

Function summarizeWindowAction

tools/decoration-runtime.ts:155–167  ·  view source on GitHub ↗
(
  action: RuntimeWindowAction,
)

Source from the content-addressed store, hash-verified

153 assignments: RuntimePopupEffectAssignment[];
154 };
155
156interface EmbeddedRuntimeBridgeConstructor {
157 new (bridgeId: number): EmbeddedRuntimeBridge;
158}
159
160const runtimeGlobal = globalThis as typeof globalThis & {
161 ShojiRuntimeBridge?: EmbeddedRuntimeBridgeConstructor;
162 __SHOJI_EMBEDDED_RUNTIME__?: boolean;
163 Deno?: {
164 cwd(): string;
165 env: {
166 get(key: string): string | undefined;
167 set(key: string, value: string): void;
168 delete(key: string): void;
169 };
170 statSync(path: string): unknown;

Callers 2

scheduleAnimationFunction · 0.85
cancelAnimationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected