MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenShadingLanguage / current_struct

Method current_struct

src/liboslcomp/symtab.cpp:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245
246
247StructSpec *
248SymbolTable::current_struct ()
249{
250 return TypeSpec::struct_list().back().get();
251}
252
253
254

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected