MCPcopy 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
58void
59OSLCompilerImpl::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

codegenMethod · 0.45
codegen_assign_structMethod · 0.45
codegen_initlistMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected