MCPcopy Create free account
hub / github.com/MemTensor/MemOS / removeItem

Function removeItem

apps/memos-local-plugin/tests/unit/viewer/api-client.test.ts:14–14  ·  view source on GitHub ↗
(k: string)

Source from the content-addressed store, hash-verified

12 getItem(k: string) { return this._s.get(k) ?? null; },
13 setItem(k: string, v: string) { this._s.set(k, v); },
14 removeItem(k: string) { this._s.delete(k); },
15};
16
17import { api, ApiError } from "../../../viewer/src/api/client";

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected