Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ getLastRequestLog
Method
getLastRequestLog
src/quickAddApi.ts:736–738 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
734
return
getAIRequestLogEntryById(id);
735
},
736
getLastRequestLog() {
737
return
getLastAIRequestLogEntry();
738
},
739
clearRequestLogs() {
740
clearAIRequestLogEntries();
741
},
Callers
2
quickAddApi.aiRequestLogs.test.ts
File · 0.80
quickAddApi.test.ts
File · 0.80
Calls
1
getLastAIRequestLogEntry
Function · 0.90
Tested by
no test coverage detected