MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / target_id

Function target_id

packages/server/src/devtools.rs:163–165  ·  view source on GitHub ↗
(process_identifier: i64)

Source from the content-addressed store, hash-verified

161}
162
163pub fn target_id(process_identifier: i64) -> String {
164 format!("sdi-{process_identifier}")
165}
166
167pub fn runtime_from_target(target: &ChromeDevToolsTarget) -> ChromeDevToolsTargetRuntime {
168 ChromeDevToolsTargetRuntime {

Callers 1

build_targetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected