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