Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tdrussell/diffusion-pipe
/ __len__
Method
__len__
utils/cache.py:21–22 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
20
21
def
__len__(self):
22
return
len(self.items)
23
24
25
def
__getitem__(self, idx):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected