MCPcopy 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
77export async function setKey(key: string, value: string | number) {
78 return db.table('storage').put({
79 key,
80 value,
81 });
82}
83
84const blocked = {
85 anime: false,

Callers 1

importListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected