Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ishabdullah/Codey-v2
/ count
Method
count
core/memory_v2.py:365–371 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
363
return
0
364
365
def
count(self) -> int:
366
if
not self._available:
367
return
0
368
try
:
369
return
self._store.count()
370
except
Exception:
371
return
0
372
373
def
status(self) -> dict:
374
return
{
Callers
4
status
Method · 0.95
tool_patch_file
Function · 0.45
show_file_write
Function · 0.45
test_count_returns_int
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_count_returns_int
Method · 0.36