Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_log_with_view
Function
test_log_with_view
atomic-cli/src/commands/log/tests.rs:210–213 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
208
209
#[test]
210
fn test_log_with_view() {
211
let log = Log::new().with_view(
"feature-branch"
);
212
assert_eq!(log.view, Some(
"feature-branch"
.to_string()));
213
}
214
215
#[test]
216
fn test_log_with_view_string() {
Callers
nothing calls this directly
Calls
1
with_view
Method · 0.45
Tested by
no test coverage detected