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

Function setDisplayName

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

Source from the content-addressed store, hash-verified

318}
319
320export async function setDisplayName(displayName) {
321 if (!displayName) {
322 return;
323 }
324 await writeCacheValue("displayName", displayName);
325}
326
327export async function toggleAnonymous() {
328 const originalDisplayName = await getDisplayName();

Callers 1

toggleAnonymousFunction · 0.85

Calls 1

writeCacheValueFunction · 0.90

Tested by

no test coverage detected