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

Method update

server/models/user.js:90–97  ·  view source on GitHub ↗
(id, data)

Source from the content-addressed store, hash-verified

88 }
89
90 update(id, data) {
91 return this.model.update(
92 {
93 _id: id
94 },
95 data
96 );
97 }
98
99 search(keyword) {
100 return this.model

Callers 15

riFunction · 0.45
EFunction · 0.45
cFunction · 0.45
aseEncodeFunction · 0.45
aseDecodeFunction · 0.45
updateMemberMethod · 0.45
handleEnvNullDataMethod · 0.45
upMethod · 0.45
addMemberMethod · 0.45
delMemberMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected