Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bea4dev/ShojiWM
/ decoration-runtime.ts
File
decoration-runtime.ts
tools/decoration-runtime.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
EmbeddedRuntimeBridge {
2
readRequest(): Promise<EmbeddedRuntimeRequest | null>;
3
writeResponse(response: string): void;
4
writeInteractionResponse(response: NativeInteractionSuccess): void;
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected