MCPcopy Create free account
hub / github.com/SpectacularAI/sdk / empty

Method empty

python/cli/visualization/serialization.py:169–170  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167 def hasNormals(self):
168 return 'normalData' in self.data
169 def empty(self):
170 return len(self.data["positionData"]) == 0
171
172class MockKeyFrame:
173 def __init__(self, data):

Callers 5

onMappingOutputMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
runPythonVisualizerFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected