MCPcopy Index your code
hub / github.com/YMFE/yapi / getcustomFieldName

Method getcustomFieldName

server/models/group.js:192–200  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

190 }
191
192 getcustomFieldName(name) {
193 return this.model
194 .find({
195 'custom_field1.name': name,
196 'custom_field1.enable': true
197 })
198 .select('_id')
199 .exec();
200 }
201
202 search(keyword) {
203 return this.model

Callers 1

getCustomFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected