MCPcopy Create free account
hub / github.com/csskit/csskit / with_end_cursor

Method with_end_cursor

crates/css_parse/src/diagnostics.rs:79–82  ·  view source on GitHub ↗

Apply an end Cursor to the given Diagnostic.

(mut self, end_cursor: Cursor)

Source from the content-addressed store, hash-verified

77
78 /// Apply an end Cursor to the given Diagnostic.
79 pub fn with_end_cursor(mut self, end_cursor: Cursor) -> Self {
80 self.end_cursor = end_cursor;
81 self
82 }
83
84 /// Get formatted message
85 pub fn message(&self, source: &str) -> String {

Callers 2

parse_entirelyMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected