Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_output
Function · 0.80
format_output
Function · 0.80
take_snapshot
Function · 0.80
list_pages
Function · 0.80
take_heapsnapshot
Function · 0.80
format_node_details
Function · 0.80
format_network_output
Function · 0.80
collect_sw_logs
Function · 0.80
list_3p_tools
Function · 0.80
execute_3p_tool
Function · 0.80
evaluate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected