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

Function opts

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

Source from the content-addressed store, hash-verified

780 }
781
782 fn opts(force: bool) -> InstallOptions {
783 InstallOptions {
784 force,
785 cli_version: "0.11.1".to_string(),
786 source: "test".to_string(),
787 expect_agent: None,
788 skills_cache_dir: None,
789 repo_root: None,
790 }
791 }
792
793 #[test]
794 #[serial]

Calls

no outgoing calls

Tested by

no test coverage detected