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

Function test_options_view

atomic-repository/src/record/tests.rs:98–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96
97#[test]
98fn test_options_view() {
99 let opts = RecordOptions::new().view("feature");
100 assert_eq!(opts.get_view(), Some("feature"));
101}
102
103#[test]
104fn test_options_message() {

Callers

nothing calls this directly

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected