| 545 | } |
| 546 | |
| 547 | static void lua_save_data_write_indent(StringStream &sjson, u32 depth) |
| 548 | { |
| 549 | for (u32 ii = 0; ii < depth; ++ii) |
| 550 | sjson << "\t"; |
| 551 | } |
| 552 | |
| 553 | static bool lua_save_data_is_reserved_type(const char *type) |
| 554 | { |
no outgoing calls
no test coverage detected