MCPcopy Create free account
hub / github.com/Autodesk/Aurora / castAs

Method castAs

Libraries/Aurora/Source/Transpiler.cpp:131–131  ·  view source on GitHub ↗

Slang type interface not needed, just return null.

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected