| 112 | } |
| 113 | |
| 114 | const lower = text => { |
| 115 | return text != null ? text.toLowerCase() : null |
| 116 | } |
| 117 | |
| 118 | const getPath = (section, subsection, name) => { |
| 119 | return [lower(section), subsection, lower(name)] |
no outgoing calls
no test coverage detected
searching dependent graphs…