MCPcopy Index your code
hub / github.com/YMFE/yapi / getBaseinfo

Method getBaseinfo

server/models/interface.js:114–121  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

112 }
113
114 getBaseinfo(id) {
115 return this.model
116 .findOne({
117 _id: id
118 })
119 .select('path method uid title project_id cat_id status ')
120 .exec();
121 }
122
123 getVar(project_id, method) {
124 return this.model

Callers 1

listMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected