(isStatic)
| 60 | } |
| 61 | |
| 62 | _getList(isStatic) { |
| 63 | return isStatic ? this.modelStaticMethods : this.modelInstanceMethods; |
| 64 | } |
| 65 | |
| 66 | _getMethodHandler(model, name, isStatic) { |
| 67 | console.log(`Getting method handler ${model}/${name} (${isStatic ? "static" : "instance"})`) |
no outgoing calls
no test coverage detected