MCPcopy Create free account
hub / github.com/coi/coi / ComponentArrayLoopInfo

Class ComponentArrayLoopInfo

src/ast/codegen_state.h:13–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11extern std::string g_ws_assignment_target;
12
13struct ComponentArrayLoopInfo
14{
15 int loop_id;
16 std::string component_type;
17 std::string parent_var;
18 std::string var_name;
19 std::string item_creation_code;
20 bool is_member_ref_loop;
21 bool is_only_child;
22};
23extern std::map<std::string, ComponentArrayLoopInfo> g_component_array_loops;
24
25struct ArrayLoopInfo

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected