MCPcopy
hub / github.com/sql-js/sql.js / _time

Function _time

js/sql-debug.js:5323–5329  ·  view source on GitHub ↗
(ptr)

Source from the content-addressed store, hash-verified

5321 }
5322
5323 function _time(ptr) {
5324 var ret = (Date.now()/1000)|0;
5325 if (ptr) {
5326 HEAP32[((ptr)>>2)]=ret;
5327 }
5328 return ret;
5329 }
5330
5331 function _utimes(path, times) {
5332 var time;

Callers 1

_unixRandomnessFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…