(t: &mlua::Table, key: &str)
| 21 | } |
| 22 | |
| 23 | /// Get an optional boolean parameter, defaulting to `false` when absent. |
| 24 | /// |
| 25 | /// A wrong-typed value (e.g. `center = {0, 0}`) must not silently read as |
| 26 | /// `false` — that quietly produces the wrong shape. |
| 27 | fn table_get_bool( |
| 28 | t: &mlua::Table, |
no outgoing calls
no test coverage detected