MCPcopy
hub / github.com/coder/mux / getFileParts

Method getFileParts

src/node/services/messageQueue.ts:333–335  ·  view source on GitHub ↗

* Get accumulated file parts for display.

()

Source from the content-addressed store, hash-verified

331 * Get accumulated file parts for display.
332 */
333 getFileParts(): FilePart[] {
334 return [...this.accumulatedFileParts];
335 }
336
337 /**
338 * Get reviews from metadata for display.

Callers 4

emitHistoricalEventsMethod · 0.80
restoreQueueToInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected