| 77 | } |
| 78 | |
| 79 | ObjectType ObjectEntryDescriptor::GetType() const |
| 80 | { |
| 81 | return Generation == ObjectGeneration::JSON ? Type : Entry.GetType(); |
| 82 | } |
| 83 | |
| 84 | std::string_view ObjectEntryDescriptor::GetName() const |
| 85 | { |
no outgoing calls
no test coverage detected