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

Method is_text

src/format.rs:25–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 }
24
25 pub fn is_text(self) -> bool {
26 self == OutputFormat::Text
27 }
28
29 pub fn is_json(self) -> bool {
30 self == OutputFormat::Json

Callers 11

format_console_outputFunction · 0.80
format_outputFunction · 0.80
take_snapshotFunction · 0.80
list_pagesFunction · 0.80
take_heapsnapshotFunction · 0.80
format_node_detailsFunction · 0.80
format_network_outputFunction · 0.80
collect_sw_logsFunction · 0.80
list_3p_toolsFunction · 0.80
execute_3p_toolFunction · 0.80
evaluateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected