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

Function getIENodeHash

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

Source from the content-addressed store, hash-verified

2160 }
2161 })()
2162 function getIENodeHash(s) {
2163 if (s && s.nodeType > 0)
2164 switch (s.nodeType) {
2165 case 1:
2166 return s.uniqueID
2167 case 9:
2168 return s.documentElement && s.documentElement.uniqueID
2169 }
2170 }
2171 var fe,
2172 ye = 'function' == typeof WeakMap
2173 ye && (fe = new WeakMap())

Callers 1

hashJSObjFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected