Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenShadingLanguage
/ codegen_method
Method
codegen_method
src/liboslcomp/codegen.cpp:58–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
58
void
59
OSLCompilerImpl::codegen_method (ustring method)
60
{
61
m_codegenmethod = method;
62
if (method == main_method_name())
63
m_main_method_start = next_op_label ();
64
}
65
66
67
Callers
4
codegen
Method · 0.45
codegen_assign_struct
Method · 0.45
codegen_initlist
Method · 0.45
codegen_struct_initializers
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected