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

Method message

crates/css_parse/src/diagnostics.rs:85–88  ·  view source on GitHub ↗

Get formatted message

(&self, source: &str)

Source from the content-addressed store, hash-verified

83
84 /// Get formatted message
85 pub fn message(&self, source: &str) -> String {
86 let DiagnosticMeta { message, .. } = (self.formatter)(self, source);
87 message
88 }
89
90 /// Get diagnostic code
91 pub fn code(&self, source: &str) -> &'static str {

Callers 3

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected