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

Function test_init_with_view

atomic-cli/src/commands/init.rs:686–689  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

684
685 #[test]
686 fn test_init_with_view() {
687 let init = Init::new().with_view("main");
688 assert_eq!(init.view, "main");
689 }
690
691 #[test]
692 fn test_init_with_kind() {

Callers

nothing calls this directly

Calls 1

with_viewMethod · 0.45

Tested by

no test coverage detected