Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alceal/plotlars
/ test_values
Function
test_values
crates/plotlars-core/src/components/header.rs:119–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
118
#[test]
119
fn test_values() {
120
let header = Header::new().values(vec![
"A"
,
"B"
]);
121
let values = header.values.unwrap();
122
assert_eq!(values, vec![
"A"
.to_string(),
"B"
.to_string()]);
123
}
124
125
#[test]
126
fn test_height() {
Callers
nothing calls this directly
Calls
1
values
Method · 0.80
Tested by
no test coverage detected