Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
del
Method · 0.45
delCat
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected