MCPcopy Create free account
hub / github.com/apache/impala / toType

Function toType

www/bootstrap/js/bootstrap.js:87–89  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

85 var MILLISECONDS_MULTIPLIER = 1000; // Shoutout AngusCroll (https://goo.gl/pxwQGp)
86
87 function toType(obj) {
88 return {}.toString.call(obj).match(/\s([a-z]+)/i)[1].toLowerCase();
89 }
90
91 function getSpecialTransitionEndEvent() {
92 return {

Callers 1

bootstrap.jsFile · 0.85

Calls 2

matchMethod · 0.80
callMethod · 0.65

Tested by

no test coverage detected