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

Method delByCatid

server/models/interface.js:281–285  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

279 }
280
281 delByCatid(id) {
282 return this.model.remove({
283 catid: id
284 });
285 }
286
287 delByProjectId(id) {
288 return this.model.remove({

Callers 1

delCatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected