MCPcopy Index your code
hub / github.com/totaljs/framework / filter

Function filter

builders.js:147–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 },
146
147 get filter() {
148 var ctrl = this.controller;
149 if (ctrl && !ctrl.$filter)
150 ctrl.$filter = ctrl.$filterschema ? CONVERT(ctrl.query, ctrl.$filterschema) : ctrl.query;
151 return ctrl ? ctrl.$filter : EMPTYOBJECT;
152 }
153};
154
155const TaskBuilderProto = TaskBuilder.prototype;

Callers 2

index.jsFile · 0.85
nosql.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected