MCPcopy Index your code
hub / github.com/Vincit/objection.js / getJoinEagerAlgorithm

Function getJoinEagerAlgorithm

lib/queryBuilder/QueryBuilder.js:1003–1005  ·  view source on GitHub ↗
(builder)

Source from the content-addressed store, hash-verified

1001}
1002
1003function getJoinEagerAlgorithm(builder) {
1004 return builder.modelClass().JoinEagerAlgorithm;
1005}
1006
1007function getNaiveEagerAlgorithm(builder) {
1008 return builder.modelClass().NaiveEagerAlgorithm;

Callers 2

withGraphJoinedMethod · 0.85

Calls 1

modelClassMethod · 0.45

Tested by

no test coverage detected