Slang type interface not needed, just return null.
| 129 | |
| 130 | // Slang type interface not needed, just return null. |
| 131 | void* castAs(const SlangUUID&) override { return nullptr; } |
| 132 | |
| 133 | // Set a string directly as blob in file blobs map. |
| 134 | void setSource(const string& name, const string& code) |
nothing calls this directly
no outgoing calls
no test coverage detected