Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenShadingLanguage
/ codegen_children
Method
codegen_children
src/liboslcomp/codegen.cpp:351–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
350
351
void
352
ASTNode::codegen_children ()
353
{
354
for (auto&& c : m_children) {
355
codegen_list (c);
356
}
357
}
358
359
360
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected