Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
247
StructSpec *
248
SymbolTable::current_struct ()
249
{
250
return TypeSpec::struct_list().back().get();
251
}
252
253
254
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected