Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_row_add_cell
Function
test_row_add_cell
atomic-cli/src/output/table.rs:709–712 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
707
708
#[test]
709
fn test_row_add_cell() {
710
let row = Row::new().add_cell(
"a"
).add_cell(
"b"
);
711
assert_eq!(row.len(), 2);
712
}
713
714
#[test]
715
fn test_row_from_iterator() {
Callers
nothing calls this directly
Calls
1
add_cell
Method · 0.80
Tested by
no test coverage detected