MCPcopy Index your code
hub / github.com/dataease/SQLBot / Ne

Function Ne

frontend/public/swagger-ui-bundle.js:10058–10071  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

10056 return o
10057 }
10058 function Ne(s) {
10059 var o = s && s.nodeName && s.nodeName.toLowerCase()
10060 return (
10061 o &&
10062 (('input' === o &&
10063 ('text' === s.type ||
10064 'search' === s.type ||
10065 'tel' === s.type ||
10066 'url' === s.type ||
10067 'password' === s.type)) ||
10068 'textarea' === o ||
10069 'true' === s.contentEditable)
10070 )
10071 }
10072 function Oe(s) {
10073 var o = Me(),
10074 i = s.focusedElem,

Callers 3

OeFunction · 0.70
UeFunction · 0.70
PkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected