MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / attach_available_sources

Function attach_available_sources

packages/server/src/api/routes.rs:4869–4871  ·  view source on GitHub ↗
(snapshot: Value, available_sources: &[String])

Source from the content-addressed store, hash-verified

4867}
4868
4869fn attach_available_sources(snapshot: Value, available_sources: &[String]) -> Value {
4870 attach_tree_metadata(snapshot, available_sources, None)
4871}
4872
4873fn trim_tree_depth(mut snapshot: Value, max_depth: Option<usize>) -> Value {
4874 let Some(max_depth) = max_depth else {

Callers 2

accessibility_tree_valueFunction · 0.85

Calls 1

attach_tree_metadataFunction · 0.85

Tested by

no test coverage detected