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

Class CommentBlock

src/ast.rs:453–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451/// Represents a comment block (ex. `/* my comment */`).
452#[derive(Debug, PartialEq, Clone)]
453pub struct CommentBlock<'a> {
454 pub range: Range,
455 pub text: &'a str,
456}
457
458// Object Property Name
459

Callers 1

parse_comment_blockMethod · 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…