Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DSL-Lab/StreamSplat
/ __len__
Method
__len__
utils/data_utils.py:36–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
return
viewpoint_image, viewpoint_cam
35
36
def
__len__(self):
37
return
len(self.viewpoint_stack)
38
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected