MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / opts

Function opts

atomic-agent/src/integrations/install.rs:387–394  ·  view source on GitHub ↗
(force: bool)

Source from the content-addressed store, hash-verified

385 }
386
387 fn opts(force: bool) -> InstallOptions {
388 InstallOptions {
389 force,
390 cli_version: "0.11.1".to_string(),
391 source: "test".to_string(),
392 expect_agent: None,
393 }
394 }
395
396 #[test]
397 #[serial]

Calls

no outgoing calls

Tested by

no test coverage detected