MCPcopy Create free account
hub / github.com/Notgnoshi/generative / CliSnappingStrategy

Enum CliSnappingStrategy

tools/snap.rs:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30#[derive(Debug, Clone, ValueEnum)]
31enum CliSnappingStrategy {
32 ClosestPoint,
33 RegularGrid,
34}
35
36impl std::fmt::Display for CliSnappingStrategy {
37 fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected