()
| 163 | return path.join(ss.root,options.dirs.system); |
| 164 | }, |
| 165 | get workers() { |
| 166 | return path.join(ss.root,options.dirs.workers); |
| 167 | }, |
| 168 | get css() { |
| 169 | return path.join(ss.root,options.dirs.css); |
| 170 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected