Home
last modified time | relevance | path

Searched refs:cacheIt (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/wasm/
H A Dbatch-runner.js346 fetchFile: async function(fn, cacheIt=false){ argument
347 if(cacheIt && this.cache[fn]) return this.cache[fn];
359 if(cacheIt) this.cache[fn] = sql;