MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / xs_importNow

Function xs_importNow

contributed/first-run-moddable-four/View.c:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void xs_importNow(xsMachine *the)
33{
34 xsTrace("importNow ");
35 xsTrace(xsToString(xsArg(0)));
36 xsTrace("\n");
37 fxPush(xsArg(0));
38 fxAwaitImport(the, XS_IMPORT_DEFAULT);
39 xsResult = fxPop();
40}

Callers

nothing calls this directly

Calls 1

fxAwaitImportFunction · 0.85

Tested by

no test coverage detected