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

Function test_options_view

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected