()
| 48 | } |
| 49 | |
| 50 | public get(): Array<InstanceInterface> { |
| 51 | const non_deleted = this.instance_list.filter(instance => instance.soft_delete !== true) |
| 52 | return non_deleted |
| 53 | } |
| 54 | |
| 55 | public get_global_instance(): InstanceInterface { |
| 56 | return this.global_instance |
no outgoing calls
no test coverage detected