(relatedQueryFor)
| 927 | } |
| 928 | |
| 929 | for(relatedQueryFor) { |
| 930 | if (arguments.length === 0) { |
| 931 | return this._relatedQueryFor; |
| 932 | } else { |
| 933 | this._relatedQueryFor = relatedQueryFor; |
| 934 | return this; |
| 935 | } |
| 936 | } |
| 937 | } |
| 938 | |
| 939 | Object.defineProperties(QueryBuilder.prototype, { |
no outgoing calls
no test coverage detected