Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/donmccurdy/glTF-Transform
/ getPartialStats
Function
getPartialStats
packages/view/test/DocumentView.test.ts:218–221 ·
view source on GitHub ↗
(view: DocumentView)
Source
from the content-addressed store, hash-verified
216
}
217
218
function
getPartialStats(view: DocumentView): PartialStats {
219
const
{ scenes, nodes, meshes, primitives } = view.stats();
220
return
{ scenes, nodes, meshes, primitives };
221
}
Callers
1
DocumentView.test.ts
File · 0.85
Calls
1
stats
Method · 0.45
Tested by
no test coverage detected