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

Function fxCharSetEmpty

xs/sources/xsre.c:821–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821void* fxCharSetEmpty(txPatternParser* parser)
822{
823 txCharSet* result = fxPatternParserCreateTerm(parser, sizeof(txCharSet), fxCharSetMeasure);
824 result->stringCount = 0;
825 result->strings = C_NULL;
826 result->characters[0] = 0;
827 return result;
828}
829
830void* fxCharSetExpression(txPatternParser* parser)
831{

Callers 2

fxCharSetParseItemFunction · 0.85
fxCharSetRangeFunction · 0.85

Calls 1

Tested by

no test coverage detected