MCPcopy Create free account
hub / github.com/TheRedDeveloper/ply-engine / store_layout_config

Method store_layout_config

src/engine.rs:1217–1220  ·  view source on GitHub ↗
(&mut self, config: LayoutConfig)

Source from the content-addressed store, hash-verified

1215 }
1216
1217 fn store_layout_config(&mut self, config: LayoutConfig) -> usize {
1218 self.layout_configs.push(config);
1219 self.layout_configs.len() - 1
1220 }
1221
1222 fn store_shared_config(&mut self, config: SharedElementConfig) -> usize {
1223 self.shared_element_configs.push(config);

Callers 2

open_text_elementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected