MCPcopy Create free account
hub / github.com/OneNoteDev/WebClipper / combineFuncs

Function combineFuncs

lib/sanitize-html.js:3178–3182  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

3176}
3177
3178function combineFuncs(a, b){
3179 return function(elem){
3180 return a(elem) || b(elem);
3181 };
3182}
3183
3184exports.getElements = function(options, element, recurse, limit){
3185 var funcs = Object.keys(options).map(function(key){

Callers

nothing calls this directly

Calls 1

bFunction · 0.85

Tested by

no test coverage detected