| 386 | } |
| 387 | |
| 388 | pub(crate) trait ToMoonBitIdent: ToOwned { |
| 389 | fn to_moonbit_ident(&self) -> Self::Owned; |
| 390 | } |
| 391 | |
| 392 | impl ToMoonBitIdent for str { |
| 393 | fn to_moonbit_ident(&self) -> String { |
nothing calls this directly
no outgoing calls
no test coverage detected