MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / get_enum_name

Method get_enum_name

src/entity/column.rs:338–340  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

336 }
337
338 fn get_enum_name(&self) -> Option<&DynIden> {
339 enum_name(self)
340 }
341}
342
343impl ColumnTypeTrait for ColumnDef {

Callers 1

cast_enum_asFunction · 0.45

Calls 1

enum_nameFunction · 0.85

Tested by

no test coverage detected