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