MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / remove

Method remove

packages/core/src/cache/FileCacheAdapter.ts:62–65  ·  view source on GitHub ↗

* @inheritDoc

(name: string)

Source from the content-addressed store, hash-verified

60 * @inheritDoc
61 */
62 remove(name: string): void {
63 const path = this.path(name);
64 unlinkSync(path);
65 }
66
67 /**
68 * @inheritDoc

Callers

nothing calls this directly

Calls 1

pathMethod · 0.95

Tested by

no test coverage detected