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

Function test_options_context_lines

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

context_linesMethod · 0.45

Tested by

no test coverage detected