| 77 | ComponentNameDetail Detail; |
| 78 | |
| 79 | ComponentName(std::string_view Name) |
| 80 | : OriName(Name), Kind(ComponentNameKind::Invalid) {} |
| 81 | |
| 82 | public: |
| 83 | static Expect<ComponentName> parse(std::string_view Name); |
nothing calls this directly
no outgoing calls
no test coverage detected