Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
158
export
const
createEmptyPlugin = () =>
Callers
5
create
Function · 0.70
updatePlugin
Function · 0.70
delete
Function · 0.70
getAsTools
Function · 0.70
getAll
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected