MCPcopy Create free account
hub / github.com/dprint/jsonc-parser / CstRootNode

Class CstRootNode

src/cst/mod.rs:1068–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066/// The root node contains one value, whitespace, and comments.
1067#[derive(Debug, Clone)]
1068pub struct CstRootNode(Rc<CstRootNodeInner>);
1069
1070impl_container_methods!(CstRootNode, Root);
1071

Callers 2

as_container_nodeMethod · 0.85
buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…