Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ count
Method
count
src/services/compact/session_memory_compact.py:383–384 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
381
382
@property
383
def
count(self) -> int:
384
return
len(self._entries)
385
386
def
clear(self) -> None:
387
self._entries.clear()
Callers
15
_find_similar_file
Function · 0.80
_edit_call
Function · 0.80
truncate_output
Function · 0.80
format_compact_summary
Function · 0.80
_copy_or_write
Function · 0.80
_pick
Method · 0.80
_decoded_text_looks_garbled
Function · 0.80
discover_skill_dirs_for_paths
Function · 0.80
test_redact_tokens_handles_multiple_token_fields
Method · 0.80
test_picker_options_shape
Function · 0.80
test_redacts_state_and_code
Method · 0.80
test_redacts_all_sensitive_params
Method · 0.80
Calls
no outgoing calls
Tested by
9
test_redact_tokens_handles_multiple_token_fields
Method · 0.64
test_picker_options_shape
Function · 0.64
test_redacts_state_and_code
Method · 0.64
test_redacts_all_sensitive_params
Method · 0.64
test_multiple_values_for_same_key_all_redacted
Method · 0.64
test_symlink_to_project_skill_collapses_to_one
Method · 0.64
test_private_branch_runs_git_blocks
Function · 0.64
test_project_memory_resolved_from_ancestor_walk
Function · 0.64
test_no_duplicate_files_section
Method · 0.64