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