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

Function test_options_context_lines

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

Source from the content-addressed store, hash-verified

89
90#[test]
91fn test_options_context_lines() {
92 let opts = RecordOptions::new().context_lines(5);
93 assert_eq!(opts.get_context_lines(), 5);
94}
95
96#[test]
97fn test_options_view() {

Callers

nothing calls this directly

Calls 1

context_linesMethod · 0.45

Tested by

no test coverage detected