MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / get

Method get

src/schedule/store.ts:138–140  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

136 }
137
138 get(id: string): ScheduleEntry | undefined {
139 return this.db.prepare(`SELECT * FROM schedules WHERE id = ?`).get(id) as ScheduleEntry | undefined;
140 }
141
142 /** Find by exact id, id prefix (>=4 chars), or exact name. */
143 resolve(idOrName: string): ScheduleEntry | undefined {

Callers 15

addMethod · 0.95
setEnabledMethod · 0.95
resolveMethod · 0.95
recomputeNextMethod · 0.95
isReadOnlyToolMethod · 0.45
runSetupFunction · 0.45
getCurrentTurnNumberMethod · 0.45
loadSessionMethod · 0.45
initFactsFtsMethod · 0.45
getProjectMethod · 0.45
getSkillFunction · 0.45
detectFailurePatternsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected