(adapter, appId, options = {})
| 12 | |
| 13 | export class UserController extends AdaptableController { |
| 14 | constructor(adapter, appId, options = {}) { |
| 15 | super(adapter, appId, options); |
| 16 | } |
| 17 | |
| 18 | get config() { |
| 19 | return Config.get(this.appId); |
nothing calls this directly
no outgoing calls
no test coverage detected