Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
index@4df3f8796e0eea779ba6.js
File · 0.45
ri
Function · 0.45
E
Function · 0.45
c
Function · 0.45
lib2@819909a89ca45b94d9bf.js
File · 0.45
aseEncode
Function · 0.45
aseDecode
Function · 0.45
updateMember
Method · 0.45
handleEnvNullData
Method · 0.45
up
Method · 0.45
addMember
Method · 0.45
delMember
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected