| 328 | struct TypeManager { |
| 329 | public: |
| 330 | TypeManager(const BytecodeWriterConfig &config) : config(config) {} |
| 331 | |
| 332 | // Gets or creates an index for a type in the type table. |
| 333 | uint64_t getTypeIndex(Type type) { |
nothing calls this directly
no outgoing calls
no test coverage detected