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

Function xs_importNow

contributed/conversationalAI/View.c:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "mc.xs.h"
22
23void xs_importNow(xsMachine *the)
24{
25 xsTrace("importNow ");
26 xsTrace(xsToString(xsArg(0)));
27 xsTrace("\n");
28 fxPush(xsArg(0));
29 fxAwaitImport(the, XS_IMPORT_DEFAULT);
30 xsResult = fxPop();
31}

Callers

nothing calls this directly

Calls 1

fxAwaitImportFunction · 0.85

Tested by

no test coverage detected