MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / print_enum_derives

Function print_enum_derives

crates/codegen/src/rust.rs:950–952  ·  view source on GitHub ↗
(output: &mut Indenter)

Source from the content-addressed store, hash-verified

948];
949
950fn print_enum_derives(output: &mut Indenter) {
951 print_lines(output, ENUM_DERIVES);
952}
953
954const PLAIN_ENUM_EXTRA_DERIVES: &[&str] = &["#[derive(Copy, Eq, Hash)]"];
955

Callers 1

define_enum_for_sumFunction · 0.85

Calls 1

print_linesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…