Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ setKey
Function
setKey
src/background/database.ts:77–82 ·
view source on GitHub ↗
(key: string, value: string | number)
Source
from the content-addressed store, hash-verified
75
}
76
77
export
async
function
setKey(key: string, value: string | number) {
78
return
db.table(
'storage'
).put({
79
key,
80
value,
81
});
82
}
83
84
const
blocked = {
85
anime: false,
Callers
1
importList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected