MCPcopy Index your code
hub / github.com/apache/pouchdb / evalFilter

Function evalFilter

lib/index-browser.js:4066–4068  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

4064}
4065
4066function evalFilter(input) {
4067 return scopeEval('"use strict";\nreturn ' + input + ';', {});
4068}
4069
4070function evalView(input) {
4071 var code = [

Callers 1

filterFunction · 0.70

Calls 1

scopeEvalFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…