MCPcopy Index your code
hub / github.com/OpenSIST/OpenSIST.github.io / addApplicantDisplayName

Function addApplicantDisplayName

src/Data/CoreCacheSync.js:21–26  ·  view source on GitHub ↗
(displayNames, applicantId)

Source from the content-addressed store, hash-verified

19}
20
21function addApplicantDisplayName(displayNames, applicantId) {
22 const displayName = applicantId?.split("@")[0];
23 if (displayName) {
24 displayNames.add(displayName);
25 }
26}
27
28function collectProfileDisplayNames(displayName, metadata, applicants) {
29 const displayNames = new Set();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected