MCPcopy Create free account
hub / github.com/chhoumann/quickadd / getRequestLogById

Method getRequestLogById

src/quickAddApi.ts:733–735  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

731 return getAIRequestLogEntries(limit);
732 },
733 getRequestLogById(id: string) {
734 return getAIRequestLogEntryById(id);
735 },
736 getLastRequestLog() {
737 return getLastAIRequestLogEntry();
738 },

Calls 1

getAIRequestLogEntryByIdFunction · 0.90

Tested by

no test coverage detected