MCPcopy Create free account
hub / github.com/aeroxy/chrome-devtools-cli / code_str

Method code_str

src/error.rs:76–78  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

74 /// Get the numeric code as a string (for JSON output).
75 #[allow(dead_code)]
76 pub fn code_str(&self) -> String {
77 self.code.code().to_string()
78 }
79}
80
81impl fmt::Display for CliError {

Callers

nothing calls this directly

Calls 1

codeMethod · 0.80

Tested by

no test coverage detected