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

Function fxGenerateTag

xs/tools/xsc.c:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void fxGenerateTag(void* console, txString buffer, txInteger bufferSize, txString path)
77{
78 static txInteger gxTag = 0;
79 snprintf(buffer, bufferSize, "#%d@%s", gxTag, path);
80 gxTag++;
81}
82
83void fxVReport(void* console, txString theFormat, c_va_list theArguments)
84{

Callers 1

fxParseScriptFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected