MCPcopy
hub / github.com/Alanrk/LazyCat-Bookmark-Cleaner / getNickname

Function getNickname

bookmarkProfile.js:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6// 添加获取存储的昵称函数
7async function getNickname() {
8 const result = await chrome.storage.local.get('bookmarkProfileNickname');
9 return result.bookmarkProfileNickname;
10}
11
12// 添加设置昵称函数
13async function setNickname(nickname) {

Callers 3

bookmarkProfile.jsFile · 0.85
showNicknameModalFunction · 0.85
initShareFeatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected