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

Function commandKey

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

Source from the content-addressed store, hash-verified

449async function readState(directory, sessionID) {
450 const state = await readStateFile(directory, sessionID);
451 Object.defineProperty(state, STATE_BASELINE, {
452 value: structuredClone(state.jobs || []),
453 enumerable: false,
454 configurable: false,

Callers 3

markHandledFunction · 0.85
wasHandledFunction · 0.85
handleCommandFunction · 0.85

Calls 1

normalizeArgsForKeyFunction · 0.85

Tested by

no test coverage detected