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

Function isInstance

frontend/public/swagger-ui-bundle.js:22829–22837  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

22827 return u
22828 }
22829 function isInstance(s, o) {
22830 return (
22831 s instanceof o ||
22832 (null != s &&
22833 null != s.constructor &&
22834 null != s.constructor.name &&
22835 s.constructor.name === o.name)
22836 )
22837 }
22838 function numberIsNaN(s) {
22839 return s != s
22840 }

Callers 3

fromFunction · 0.85
byteLengthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected