MCPcopy
hub / github.com/sql-js/sql.js / _strcpy

Function _strcpy

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

Source from the content-addressed store, hash-verified

395276 return ($14|0);
395277}
395278function _strcpy($0,$1) {
395279 $0 = $0|0;
395280 $1 = $1|0;
395281 var label = 0, sp = 0;
395282 sp = STACKTOP;
395283 (___stpcpy($0,$1)|0);
395284 return ($0|0);
395285}
395286function ___stpcpy($0,$1) {
395287 $0 = $0|0;
395288 $1 = $1|0;

Callers 6

_replicateFuncFunction · 0.85
_rightFuncFunction · 0.85
_properFuncFunction · 0.85
_padlFuncFunction · 0.85
_padrFuncFunction · 0.85
_padcFuncFunction · 0.85

Calls 1

___stpcpyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…