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

Function test_options_include_hidden

atomic-core/src/output/repo/tree.rs:989–993  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

987
988 #[test]
989 fn test_options_include_hidden() {
990 let opts = TreeCollectOptions::new().include_hidden(false);
991
992 assert!(!opts.include_hidden);
993 }
994
995 #[test]
996 fn test_options_max_depth() {

Callers

nothing calls this directly

Calls 1

include_hiddenMethod · 0.80

Tested by

no test coverage detected