MCPcopy
hub / github.com/Vincit/objection.js / for

Method for

lib/queryBuilder/QueryBuilder.js:929–936  ·  view source on GitHub ↗
(relatedQueryFor)

Source from the content-addressed store, hash-verified

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
939Object.defineProperties(QueryBuilder.prototype, {

Callers 15

$relatedQueryMethod · 0.80
relatedQueryFunction · 0.80
unrelate.jsFile · 0.80
find.jsFile · 0.80
delete.jsFile · 0.80
insert.jsFile · 0.80
patch.jsFile · 0.80
relate.jsFile · 0.80
examples.tsFile · 0.80
find.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected