Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fx_Date_now
Function
fx_Date_now
xs/sources/xsDate.c:229–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
void fx_Date_now(txMachine* the)
230
{
231
mxResult->value.number = fxDateNow();
232
mxResult->kind = XS_NUMBER_KIND;
233
}
234
235
void fx_Date_now_secure(txMachine* the)
236
{
Callers
nothing calls this directly
Calls
1
fxDateNow
Function · 0.85
Tested by
no test coverage detected