(type, tree)
| 107 | // files as the input tree, but the contents will be |
| 108 | // different |
| 109 | lintTree(type, tree) { |
| 110 | return stew.map(tree, (string) => string.toUpperCase()); |
| 111 | }, |
| 112 | }, |
| 113 | ], |
| 114 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…