MCPcopy Create free account
hub / github.com/ByBrawe/opencode-loop / markHandled

Function markHandled

src/index.js:452–455  ·  view source on GitHub ↗
(sessionID, name, args)

Source from the content-addressed store, hash-verified

450 const state = await readStateFile(directory, sessionID);
451 Object.defineProperty(state, STATE_BASELINE, {
452 value: structuredClone(state.jobs || []),
453 enumerable: false,
454 configurable: false,
455 writable: true
456 });
457 return state;
458}

Callers 1

handleCommandFunction · 0.85

Calls 2

commandKeyFunction · 0.85
nowFunction · 0.85

Tested by

no test coverage detected