MCPcopy Create free account
hub / github.com/defold/defold / timeout_getstart

Function timeout_getstart

engine/script/src/luasocket/timeout.c:82–84  ·  view source on GitHub ↗

-------------------------------------------------------------------------*\ * Returns time since start of operation * Input * tm: timeout control structure * Returns * start field of structure \*-------------------------------------------------------------------------*/

Source from the content-addressed store, hash-verified

80* start field of structure
81\*-------------------------------------------------------------------------*/
82double timeout_getstart(p_timeout tm) {
83 return tm->start;
84}
85
86/*-------------------------------------------------------------------------*\
87* Determines how much time we have left for the next system call,

Callers 2

buffer_meth_sendFunction · 0.85
buffer_meth_receiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected