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

Function fxGenerateProfileID

xs/sources/xsDebug.c:2920–2926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2918}
2919
2920txID fxGenerateProfileID(void* console)
2921{
2922 txMachine* the = console;
2923 txID id = the->profileID;
2924 the->profileID++;
2925 return id;
2926}
2927
2928void fxGenerateTag(void* console, txString buffer, txInteger bufferSize, txString path)
2929{

Callers 5

fxRunScriptFunction · 0.70
fxNewHostFunctionFunction · 0.70
fxMapperMapIDsFunction · 0.70
fxDebugEvalBufferFunction · 0.70
fxParserCodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected