MCPcopy Create free account
hub / github.com/altic-dev/Pilot / getMessages

Method getMessages

src/lib/progress-store.ts:114–117  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

112 }
113
114 getMessages(id: string): ProgressMessage[] {
115 const execution = this.executions.get(id);
116 return execution?.messages || [];
117 }
118
119 isCompleted(id: string): boolean {
120 const execution = this.executions.get(id);

Callers 1

startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected