Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ protocol_ver
Method
protocol_ver
crates/openshell-ocsf/src/builders/ssh.rs:58–61 ·
view source on GitHub ↗
(mut self, ver: &str)
Source
from the content-addressed store, hash-verified
56
57
#[must_use]
58
pub fn protocol_ver(mut self, ver: &str) -> Self {
59
self.protocol_ver = Some(ver.to_string());
60
self
61
}
62
63
#[must_use]
64
pub fn build(self) -> OcsfEvent {
Callers
1
test_ssh_activity_builder
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_ssh_activity_builder
Function · 0.64