(methods)
| 341 | } |
| 342 | |
| 343 | function getCreateMethod(methods) { |
| 344 | return methods.find(function(m) { |
| 345 | return (m.name === 'create'); |
| 346 | }); |
| 347 | } |
| 348 | |
| 349 | function getFormattedScopeMethods(methods) { |
| 350 | return methods.filter(function(m) { |
no outgoing calls
no test coverage detected
searching dependent graphs…