Sha256: e2dca8a283a21d9e901528d2cce35322abd93d954099d339bbe1274eeccc96f1
Contents?: true
Size: 154 Bytes
Versions: 1
Compression:
Stored size: 154 Bytes
Contents
function(doc) { if (doc.tags) { // assumes doc.tags is an array of strings for (var tag in doc.tags) { emit(doc.tags[tag], 1); } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mattly-exegesis-0.2.0 | test/fixtures/designs/tags/views/by_tag/map.js |