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

Method del

server/models/log.js:51–55  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

49 }
50
51 del(id) {
52 return this.model.remove({
53 _id: id
54 });
55 }
56
57 list(typeid, type) {
58 return this.model

Callers 3

pFunction · 0.45
dFunction · 0.45
commons.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected