MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / jqLiteIsTextNode

Function jqLiteIsTextNode

web/static/bower_components/angular/angular.js:2698–2700  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

2696
2697
2698function jqLiteIsTextNode(html) {
2699 return !HTML_REGEXP.test(html);
2700}
2701
2702function jqLiteAcceptsData(node) {
2703 // The window object can accept data but has no nodeType

Callers 3

jqLiteBuildFragmentFunction · 0.85
applyDirectivesToNodeFunction · 0.85
compileTemplateUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected