MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / as_str

Method as_str

protocol/src/breakpoint.rs:45–52  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

43
44impl BreakpointType {
45 pub fn as_str(&self) -> &'static str {
46 match self {
47 Self::Breakpoint => "Breakpoint",
48 Self::FunctionCall { .. } => "FunctionCall",
49 Self::FunctionReturn => "FunctionReturn",
50 Self::FutureEndpoint => "FutureEndpoint",
51 }
52 }
53}

Callers 7

fmtMethod · 0.45
result_variantMethod · 0.45
parse_trace_configFunction · 0.45
package_namesMethod · 0.45
binary_namesMethod · 0.45
test_namesMethod · 0.45
example_namesMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_namesMethod · 0.36