Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ has
Method
has
src/bridge/bounded_uuid_set.py:64–65 ·
view source on GitHub ↗
(self, uuid: str)
Source
from the content-addressed store, hash-verified
62
self._set.add(uuid)
63
64
def
has(self, uuid: str) -> bool:
65
return
uuid in self._set
66
67
def
__contains__(self, uuid: object) -> bool:
68
return
isinstance(uuid, str) and uuid in self._set
Callers
15
test_add_then_has_returns_true
Function · 0.95
test_has_returns_false_for_unknown
Function · 0.95
test_capacity_one_evicts_immediately
Function · 0.95
test_fifo_eviction_order
Function · 0.95
test_add_idempotent_no_lru_bump
Function · 0.95
test_clear_resets_to_empty
Function · 0.95
test_large_capacity_stress
Function · 0.95
renderNodeToOutput
Function · 0.45
isUrlChar
Function · 0.45
dispatchHover
Function · 0.45
applyProp
Function · 0.45
commitUpdate
Function · 0.45
Calls
no outgoing calls
Tested by
9
test_add_then_has_returns_true
Function · 0.76
test_has_returns_false_for_unknown
Function · 0.76
test_capacity_one_evicts_immediately
Function · 0.76
test_fifo_eviction_order
Function · 0.76
test_add_idempotent_no_lru_bump
Function · 0.76
test_clear_resets_to_empty
Function · 0.76
test_large_capacity_stress
Function · 0.76
classifyRoute
Function · 0.36
test_user_message_forwarded_and_uuid_added_to_inbound_set
Method · 0.36