Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ test_pie
Function
test_pie
tests/pie.rs:4–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
#[test]
4
fn test_pie() {
5
let pie = Pie::new([35., 25., 25., 15.]);
6
pie.show();
7
}
8
9
#[test]
10
fn test_pie_labeled() {
Callers
nothing calls this directly
Calls
1
show
Method · 0.45
Tested by
no test coverage detected