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

Function metadataCacheKey

src/Data/UserData.js:35–35  ·  view source on GitHub ↗
(displayName)

Source from the content-addressed store, hash-verified

33
34const avatarCacheKey = (displayName, avatarId) => `${displayName}-avatar-${avatarId}`;
35const metadataCacheKey = (displayName) => `${displayName}-metadata`;
36const USER_CHANGED_EVENT = "opensist-user-changed";
37
38function notifyUserChanged() {

Callers 3

getMetadataBatchFunction · 0.85
setMetadataFunction · 0.85
toggleAnonymousFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected