MCPcopy
hub / github.com/ChatGPTNextWeb/NextChat / get

Function get

app/store/plugin.ts:153–155  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

151 });
152 },
153 get(id: string) {
154 return this.tools[id];
155 },
156};
157
158export const createEmptyPlugin = () =>

Callers 5

createFunction · 0.70
updatePluginFunction · 0.70
deleteFunction · 0.70
getAsToolsFunction · 0.70
getAllFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected