Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4066
function
evalFilter(input) {
4067
return
scopeEval(
'"use strict";\nreturn '
+ input +
';'
, {});
4068
}
4069
4070
function
evalView(input) {
4071
var
code = [
Callers
1
filter
Function · 0.70
Calls
1
scopeEval
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…