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

Method arrRepeat

server/controllers/project.js:983–987  ·  view source on GitHub ↗
(arr, key)

Source from the content-addressed store, hash-verified

981 }
982
983 arrRepeat(arr, key) {
984 const s = new Set();
985 arr.forEach(item => s.add(item[key]));
986 return s.size !== arr.length;
987 }
988
989 /**
990 * 获取token数据

Callers 1

upEnvMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected