()
| 24 | } |
| 25 | |
| 26 | function usingArgumentsAndApply() { |
| 27 | format.apply(null, arguments); |
| 28 | } |
| 29 | |
| 30 | function usingPredefined() { |
| 31 | format('part 1', 'part', 2, 'part 3', 'part', 4); |
nothing calls this directly
no test coverage detected
searching dependent graphs…