Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
},
Callers
2
quickAddApi.aiRequestLogs.test.ts
File · 0.80
quickAddApi.test.ts
File · 0.80
Calls
1
getAIRequestLogEntries
Function · 0.90
Tested by
no test coverage detected