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

Method getRequestLogs

src/quickAddApi.ts:730–732  ·  view source on GitHub ↗
(limit = 10)

Source from the content-addressed store, hash-verified

728 return estimateTokenCount(text);
729 },
730 getRequestLogs(limit = 10) {
731 return getAIRequestLogEntries(limit);
732 },
733 getRequestLogById(id: string) {
734 return getAIRequestLogEntryById(id);
735 },

Calls 1

getAIRequestLogEntriesFunction · 0.90

Tested by

no test coverage detected