MCPcopy Index your code
hub / github.com/dresende/node-orm2 / prepareConditions

Function prepareConditions

lib/ChainFind.js:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 var promiseFunctionPostfix = Model.settings.get('promiseFunctionPostfix');
12
13 var prepareConditions = function () {
14 return Utilities.transformPropertyNames(
15 opts.conditions, opts.properties
16 );
17 };
18
19 var prepareOrder = function () {
20 return Utilities.transformOrderPropertyNames(

Callers 1

ChainFindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected