()
| 16 | }); |
| 17 | |
| 18 | function defaultOptions() { |
| 19 | //overwrite coloring of head and border by default for easier testing. |
| 20 | return utils.mergeOptions({ style: { head: [], border: [] } }); |
| 21 | } |
| 22 | |
| 23 | function defaultChars() { |
| 24 | return { |
no outgoing calls
no test coverage detected
searching dependent graphs…