Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/YMFE/yapi
/ upEditUid
Method
upEditUid
server/models/interface.js:304–312 ·
view source on GitHub ↗
(id, uid)
Source
from the content-addressed store, hash-verified
302
}
303
304
upEditUid(id, uid) {
305
return
this.model.update(
306
{
307
_id: id
308
},
309
{ edit_uid: uid },
310
{ runValidators: true }
311
);
312
}
313
getcustomFieldValue(id, value) {
314
return
this.model
315
.find({
Callers
1
solveConflict
Method · 0.45
Calls
1
update
Method · 0.45
Tested by
no test coverage detected