MCPcopy
hub / github.com/MALSync/MALSync / set

Function set

test/src/utils/apiStub.ts:29–31  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

27 return init.settings[key];
28 },
29 set(key, value) {
30 init.settings[key] = value;
31 },
32 getAsync(key) {
33 return Promise.resolve(api.settings.get(key));
34 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected