MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / is_devtools_frontend_root

Function is_devtools_frontend_root

packages/server/src/devtools.rs:158–161  ·  view source on GitHub ↗
(path: &Path)

Source from the content-addressed store, hash-verified

156}
157
158fn is_devtools_frontend_root(path: &Path) -> bool {
159 path.join("inspector.html").is_file()
160 && path.join("entrypoints/inspector/inspector.js").is_file()
161}
162
163pub fn target_id(process_identifier: i64) -> String {
164 format!("sdi-{process_identifier}")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected