| 11 | extern std::string g_ws_assignment_target; |
| 12 | |
| 13 | struct 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 | }; |
| 23 | extern std::map<std::string, ComponentArrayLoopInfo> g_component_array_loops; |
| 24 | |
| 25 | struct ArrayLoopInfo |
nothing calls this directly
no outgoing calls
no test coverage detected