| 455 | static int DFHACK_QUERY_COROTABLE_TOKEN = 0; |
| 456 | |
| 457 | static int yield_helper(lua_State *S) |
| 458 | { |
| 459 | return lua_yield(S, lua_gettop(S)); |
| 460 | } |
| 461 | |
| 462 | namespace { |
| 463 | int dfhack_lineedit_cont(lua_State *L, int status, lua_KContext) |
nothing calls this directly
no test coverage detected