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

Method code

src/error.rs:35–37  ·  view source on GitHub ↗

Get the numeric code for this error.

(&self)

Source from the content-addressed store, hash-verified

33impl ErrorCode {
34 /// Get the numeric code for this error.
35 pub fn code(&self) -> u32 {
36 *self as u32
37 }
38}
39
40/// A typed error with a stable error code.

Callers 4

mainFunction · 0.80
run_direct_fallbackFunction · 0.80
code_strMethod · 0.80
handle_requestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected