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