vector_core::event::lua::util

Function table_is_timestamp

source
pub fn table_is_timestamp(t: &LuaTable) -> LuaResult<bool>
Expand description

Determines if a LuaTable is a timestamp.

ยงErrors

This function will fail if the table is malformed.