MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / key

Method key

crates/openshell-prover/src/model.rs:25–27  ·  view source on GitHub ↗

Stable string key used for Z3 variable naming.

(&self)

Source from the content-addressed store, hash-verified

23impl EndpointId {
24 /// Stable string key used for Z3 variable naming.
25 pub fn key(&self) -> String {
26 format!("{}:{}:{}", self.policy_name, self.host, self.port)
27 }
28}
29
30/// Z3-backed reachability model for an `OpenShell` sandbox policy.

Callers 3

encode_l7_enforcementMethod · 0.45
can_write_to_endpointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected