MCPcopy Create free account
hub / github.com/OpenSIST/OpenSIST.github.io / matchesRegion

Function matchesRegion

src/Data/ProgramData.js:64–66  ·  view source on GitHub ↗
(univ)

Source from the content-addressed store, hash-verified

62 univ.fullName.toLowerCase().includes(searchTerm)
63 );
64 const matchesRegion = (univ) => (
65 !filters.r || filters.r.some(region => univ.region.includes(region))
66 );
67 const emptyUniversityMatches = new Set();
68 const searchPrograms = Object.keys(programs).reduce((matchingPrograms, univName) => {
69 const fullNameResults = (univAbbrFullNameMapping[univName] ?? '').toLowerCase().includes(searchTerm);

Callers 1

getProgramsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected