Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ clear_lights
Function
clear_lights
native/watchos/src/scene.rs:335–337 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
333
}
334
335
pub fn clear_lights() {
336
with(|inner| inner.lights.clear());
337
}
338
339
pub fn node_count() -> usize {
340
with(|inner| inner.nodes.iter().filter(|n| n.is_some()).count())
Callers
nothing calls this directly
Calls
2
with
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected