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

Method debug_open

src/engine.rs:7226–7229  ·  view source on GitHub ↗

Helper: open an element, configure, return nothing. Caller must close_element().

(&mut self, decl: &ElementDeclaration<CustomElementData>)

Source from the content-addressed store, hash-verified

7224
7225 /// Helper: open an element, configure, return nothing. Caller must close_element().
7226 fn debug_open(&mut self, decl: &ElementDeclaration<CustomElementData>) {
7227 self.open_element();
7228 self.configure_open_element(decl);
7229 }
7230
7231 /// Helper: open a named element, configure. Caller must close_element().
7232 fn debug_open_id(&mut self, name: &str, decl: &ElementDeclaration<CustomElementData>) {

Calls 2

open_elementMethod · 0.80

Tested by

no test coverage detected