Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_options_prefix
Function
test_options_prefix
atomic-core/src/output/repo/tree.rs:982–986 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
980
981
#[test]
982
fn test_options_prefix() {
983
let opts = TreeCollectOptions::new().prefix(
"src/"
);
984
985
assert_eq!(opts.prefix,
"src/"
);
986
}
987
988
#[test]
989
fn test_options_include_hidden() {
Callers
nothing calls this directly
Calls
1
prefix
Method · 0.45
Tested by
no test coverage detected