Sha256: 0feb752f635ccca9a0709852af33ca4dfe31a1d66714a4e68c3c8a5ffe89e367

Contents?: true

Size: 65 Bytes

Versions: 6

Compression:

Stored size: 65 Bytes

Contents

function(doc) {
  if (doc.name) {
    emit(doc.name, null);
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mattly-exegesis-0.2.1 test/fixtures/designs/things/views/by_name/map.js
mattly-exegesis-0.2.2 test/fixtures/designs/things/views/by_name/map.js
mattly-exegesis-0.2.3 test/fixtures/designs/things/views/by_name/map.js
mattly-exegesis-0.2.5 test/fixtures/designs/things/views/by_name/map.js
mattly-exegesis-0.2.6 test/fixtures/designs/things/views/by_name/map.js
mattly-exegesis-0.2.8 test/fixtures/designs/things/views/by_name/map.js