MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / makeTextNode

Function makeTextNode

code/styling/public/app.js:20434–20436  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

20432
20433 var extractImport = getImportRuleTag !== undefined;
20434 var makeTextNode = function makeTextNode(id) {
20435 return document.createTextNode(makeTextMarker(id));
20436 };
20437
20438 /* indicates whther getImportRuleTag was called */
20439 var usedImportRuleTag = false;

Callers 2

insertMarkerFunction · 0.85
removeRulesFunction · 0.85

Calls 1

makeTextMarkerFunction · 0.85

Tested by

no test coverage detected