MCPcopy
hub / github.com/YMFE/yapi / delByProjectId

Method delByProjectId

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

Source from the content-addressed store, hash-verified

285 }
286
287 delByProjectId(id) {
288 return this.model.remove({
289 project_id: id
290 });
291 }
292
293 up(id, data) {
294 data.up_time = yapi.commons.time();

Callers 2

delMethod · 0.45
delMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected