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