MCPcopy
hub / github.com/CopyTranslator/CopyTranslator / get

Function get

src/common/controller.ts:33–35  ·  view source on GitHub ↗
(identifier: Identifier)

Source from the content-addressed store, hash-verified

31 }
32
33 get<T>(identifier: Identifier): T {
34 return this.config.get(identifier) as T;
35 }
36
37 abstract set(identifier: Identifier, value: any): boolean;
38

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected