MCPcopy Index your code
hub / github.com/MALSync/MALSync / getAsync

Function getAsync

test/src/utils/apiStub.ts:32–34  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

30 init.settings[key] = value;
31 },
32 getAsync(key) {
33 return Promise.resolve(api.settings.get(key));
34 },
35 },
36 storage: {
37 lang() {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected