Menu

[f55325]: / couch / public.js  Maximize  Restore  History

Download this file

8 lines (7 with data), 165 Bytes

1
2
3
4
5
6
7
{
"views": {
"pythons": {
"map": "function(doc) { if(doc.type == 'python' && ! doc['private']) { emit(doc.name, { name: doc.name, id: doc._id }); }}"
}
}
}