Stable string key used for Z3 variable naming.
(&self)
| 23 | impl 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. |
no outgoing calls
no test coverage detected