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