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

Method to_str

command/src/cfg.rs:46–52  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

44
45impl Trace {
46 pub fn to_str(&self) -> &str {
47 match self {
48 Trace::None => "none",
49 Trace::CallOnly => "call-only",
50 Trace::Full => "full",
51 }
52 }
53}
54
55#[derive(Debug, Clone, PartialEq, Eq, Default, Serialize, Deserialize)]

Callers 15

mainFunction · 0.80
value_to_strFunction · 0.80
redactedMethod · 0.80
redactedMethod · 0.80
parse_trace_configFunction · 0.80
run_debuggerFunction · 0.80
path_to_strFunction · 0.80
os_str_to_strFunction · 0.80
path_to_strFunction · 0.80
os_str_bytesFunction · 0.80
get_strFunction · 0.80
fromMethod · 0.80

Calls

no outgoing calls

Tested by 1

fromMethod · 0.64