Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/YMFE/yapi
/ delByCol
Method
delByCol
server/models/interfaceCase.js:112–116 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
110
}
111
112
delByCol(id) {
113
return
this.model.remove({
114
col_id: id
115
});
116
}
117
118
up(id, data) {
119
data.up_time = yapi.commons.time();
Callers
1
delCol
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected