Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Notgnoshi/generative
/ FillStrategy
Enum
FillStrategy
tools/grid.rs:117–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
116
#[derive(Debug, Clone, Copy, PartialEq)]
117
enum FillStrategy {
118
None,
119
NumPoints(usize),
120
RadiusRatio(f64),
121
}
122
123
fn grid(
124
width: usize,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected