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

Function debugSSD

tools/decoration-runtime.ts:110–118  ·  view source on GitHub ↗
(
  message: string,
  details: Record<string, unknown> = {},
)

Source from the content-addressed store, hash-verified

108 log(level: "debug" | "info" | "warn" | "error", message: string): void;
109}
110
111interface EmbeddedRuntimeRequest {
112 json(): string | null;
113 composition(): RuntimeRequest | null;
114 effect(): RuntimeRequest | null;
115 interaction(): RuntimeRequest | null;
116 scheduler(): SchedulerTickRequest | null;
117 fastKind(): number;
118 fastRequestId(): number;
119 fastWindowId(): string;
120 fastForceFullReevaluation(): boolean;
121 fastNowMs(): number;

Callers 5

evaluateCachedFunction · 0.70
evaluateSnapshotFunction · 0.70
evaluatePreconfigureFunction · 0.70
ensureImmediateDirtyPollFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected