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

Function test_prefix_builder_str

atomic-core/src/record/workflow/options.rs:448–451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

446
447 #[test]
448 fn test_prefix_builder_str() {
449 let opts = WorkflowOptions::new().with_prefix("src/");
450 assert_eq!(opts.prefix(), "src/");
451 }
452
453 #[test]
454 fn test_prefix_builder_string() {

Callers

nothing calls this directly

Calls 1

with_prefixMethod · 0.45

Tested by

no test coverage detected