MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / publishLiveThreadUpdate

Function publishLiveThreadUpdate

desktop/runtime/runtime-registry.ts:89–91  ·  view source on GitHub ↗
(runtime: PiRuntime)

Source from the content-addressed store, hash-verified

87}
88
89function publishLiveThreadUpdate(runtime: PiRuntime) {
90 void publishThreadUpdate(runtime, 'update')
91}
92
93export async function reloadRuntimeSettingsIfSafe(
94 sessionPath: string,

Callers 2

deferLiveThreadUpdateFunction · 0.85
scheduleLiveThreadUpdateFunction · 0.85

Calls 1

publishThreadUpdateFunction · 0.90

Tested by

no test coverage detected