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

Method delByInterfaceId

server/models/interfaceCase.js:106–110  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

104 }
105
106 delByInterfaceId(id) {
107 return this.model.remove({
108 interface_id: id
109 });
110 }
111
112 delByCol(id) {
113 return this.model.remove({

Callers 2

delMethod · 0.45
delCatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected