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

Function test_options_flush_after_write

atomic-core/src/output/repo/file.rs:1024–1028  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1022
1023 #[test]
1024 fn test_options_flush_after_write() {
1025 let opts = FileOutputOptions::new().flush_after_write(false);
1026
1027 assert!(!opts.flush_after_write);
1028 }
1029
1030 #[test]
1031 fn test_options_flush_after_write_true() {

Callers

nothing calls this directly

Calls 1

flush_after_writeMethod · 0.80

Tested by

no test coverage detected