Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function opened() {
ours.pragma('cache_size = -16000;');
theirs.run('PRAGMA cache_size = -16000;', function () {
callback(ours, theirs);
});
}
};