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

Function test_log_with_from

atomic-cli/src/commands/log/tests.rs:246–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244
245 #[test]
246 fn test_log_with_from() {
247 let log = Log::new().with_from(100);
248 assert_eq!(log.from, Some(100));
249 }
250
251 #[test]
252 fn test_log_with_full_hash() {

Callers

nothing calls this directly

Calls 1

with_fromMethod · 0.45

Tested by

no test coverage detected