Skip to main content

build_agent

Function build_agent 

Source
pub fn build_agent() -> AgentInfo
Expand description

Returns the default full-access build agent profile.

§Examples

let info = build_agent();
assert_eq!(info.mode, AgentMode::Primary);