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

Function fxDefaultFeatures

xs/tools/xst262.c:517–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void fxDefaultFeatures(txPool* pool)
518{
519 txFeature** address = &(pool->firstFeature);
520 int i;
521 for (i = 0; i < mxFeaturesCount; i++) {
522 txFeature* feature = fxNewFeature(gxFeatures[i]);
523 *address = feature;
524 address = &(feature->next);
525 }
526}
527
528int fxFilterResult(txResult* result)
529{

Callers 1

xst262.cFile · 0.85

Calls 1

fxNewFeatureFunction · 0.85

Tested by

no test coverage detected