(formats)
| 78 | }; |
| 79 | |
| 80 | var populate_one_of = function(formats) { |
| 81 | return this.populate(this.random_element(formats)); |
| 82 | }; |
| 83 | |
| 84 | module.exports = { |
| 85 | array_of: array_of, |
nothing calls this directly
no test coverage detected
searching dependent graphs…