MCPcopy
hub / github.com/MALSync/MALSync / lang

Function lang

test/src/utils/apiStub.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 },
36 storage: {
37 lang() {
38 return 'lang';
39 },
40 get(key) {
41 return Promise.resolve(init.storage[key]);
42 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected