MCPcopy Index your code
hub / github.com/purifycss/purifycss / addWord

Function addWord

lib/purifycss.js:777–779  ·  view source on GitHub ↗
(words, word)

Source from the content-addressed store, hash-verified

775};
776
777var addWord = function addWord(words, word) {
778 if (word) words.push(word);
779};
780
781var getAllWordsInContent = function getAllWordsInContent(content) {
782 var used = {

Callers 1

getAllWordsInSelectorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected