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

Function _sourceidFunc

js/sql-debug.js:26860–26879  ·  view source on GitHub ↗
($0,$1,$2)

Source from the content-addressed store, hash-verified

26858 return;
26859}
26860function _sourceidFunc($0,$1,$2) {
26861 $0 = $0|0;
26862 $1 = $1|0;
26863 $2 = $2|0;
26864 var $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, label = 0, sp = 0;
26865 sp = STACKTOP;
26866 $3 = HEAP32[$0>>2]|0;
26867 $4 = (_sqlite3VdbeMemSetStr($3,17032,-1,1,0)|0);
26868 $5 = ($4|0)==(18);
26869 if (!($5)) {
26870 return;
26871 }
26872 $6 = ((($0)) + 20|0);
26873 HEAP32[$6>>2] = 18;
26874 $7 = ((($0)) + 25|0);
26875 HEAP8[$7>>0] = 1;
26876 $8 = HEAP32[$0>>2]|0;
26877 (_sqlite3VdbeMemSetStr($8,18992,-1,1,0)|0);
26878 return;
26879}
26880function _errlogFunc($0,$1,$2) {
26881 $0 = $0|0;
26882 $1 = $1|0;

Callers

nothing calls this directly

Calls 1

_sqlite3VdbeMemSetStrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…