MCPcopy Index your code
hub / github.com/sql-js/sql.js / _tolower

Function _tolower

js/sql-debug.js:396852–396861  ·  view source on GitHub ↗
($0)

Source from the content-addressed store, hash-verified

396850 return ($$0|0);
396851}
396852function _tolower($0) {
396853 $0 = $0|0;
396854 var $$0 = 0, $1 = 0, $2 = 0, $3 = 0, label = 0, sp = 0;
396855 sp = STACKTOP;
396856 $1 = (_isupper($0)|0);
396857 $2 = ($1|0)==(0);
396858 $3 = $0 | 32;
396859 $$0 = $2 ? $0 : $3;
396860 return ($$0|0);
396861}
396862function _isupper($0) {
396863 $0 = $0|0;
396864 var $1 = 0, $2 = 0, $3 = 0, label = 0, sp = 0;

Callers 1

_properFuncFunction · 0.85

Calls 1

_isupperFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…