Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_header_builder_basic
Function
test_header_builder_basic
atomic-core/src/change/header.rs:521–524 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
519
520
#[test]
521
fn test_header_builder_basic() {
522
let header = ChangeHeader::builder().message(
"Add feature"
).build();
523
assert_eq!(header.message,
"Add feature"
);
524
}
525
526
#[test]
527
fn test_header_builder_full() {
Callers
nothing calls this directly
Calls
2
build
Method · 0.45
message
Method · 0.45
Tested by
no test coverage detected