Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ clear_pending
Method
clear_pending
uncommon_route/feedback.py:212–216 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
210
}
211
212
def
clear_pending(self) -> int:
213
cleared = len(self._buffer)
214
self._buffer.clear()
215
self._save_buffer()
216
return
cleared
217
218
# ─── Internals ───
219
Callers
1
handle_stats
Function · 0.80
Calls
2
_save_buffer
Method · 0.95
clear
Method · 0.45
Tested by
no test coverage detected