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

Class CommentLine

src/ast.rs:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444/// Represents a comment line (ex. `// my comment`).
445#[derive(Debug, PartialEq, Clone)]
446pub struct CommentLine<'a> {
447 pub range: Range,
448 pub text: &'a str,
449}
450
451/// Represents a comment block (ex. `/* my comment */`).
452#[derive(Debug, PartialEq, Clone)]

Callers 1

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