Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonInTheRiver/DiffSinger
/ __len__
Method
__len__
utils/indexed_datasets.py:38–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
return
item
37
38
def
__len__(self):
39
return
len(self.data_offsets) - 1
40
41
class
IndexedDatasetBuilder:
42
def
__init__(self, path):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected