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

Function fxGenerateTag

xs/sources/xsDebug.c:2928–2936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2926}
2927
2928void fxGenerateTag(void* console, txString buffer, txInteger bufferSize, txString path)
2929{
2930 txMachine* the = console;
2931 if (path)
2932 c_snprintf(buffer, bufferSize, "#%d@%s", (int)the->tag, path);
2933 else
2934 c_snprintf(buffer, bufferSize, "#%d", (int)the->tag);
2935 the->tag++;
2936}
2937
2938void fxVReport(void* console, txString theFormat, c_va_list theArguments)
2939{

Callers 2

fxParseScriptFunction · 0.70
fxTemplateNodeCodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected