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

Function commitProcessConfigRegistration

packages/shoji_wm/src/process.ts:148–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146}
147
148export function commitProcessConfigRegistration(): void {
149 if (!stagedProcessEntries) {
150 return;
151 }
152
153 desiredProcessEntries = stagedProcessEntries;
154 stagedProcessEntries = null;
155 pendingProcessConfig = true;
156}
157
158export function takePendingProcessConfig():
159 | RuntimeProcessConfigEntry[]

Callers 1

loadRuntimeConfigFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected