Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/msgbyte/tailchat
/ fetchLocalStaticRegistryPlugins
Function
fetchLocalStaticRegistryPlugins
client/shared/model/plugin.ts:87–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
* 前端固定
86
*/
87
export
async
function
fetchLocalStaticRegistryPlugins(): Promise<
88
PluginManifest[]
89
> {
90
const
{ data } =
await
request.get(
'/registry.json'
, { baseURL:
''
});
91
92
return
data;
93
}
Callers
1
getCachedRegistryPlugins
Function · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected