MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / stopRuntimeProviderPlugins

Function stopRuntimeProviderPlugins

src/cli.ts:986–988  ·  view source on GitHub ↗
(providerPlugins: any[])

Source from the content-addressed store, hash-verified

984}
985
986async function stopRuntimeProviderPlugins(providerPlugins: any[]) {
987 await Promise.allSettled(providerPlugins.map((plugin) => plugin?.stop?.()));
988}
989
990function formatError(error: unknown) {
991 if (error instanceof Error) {

Callers 4

stopFunction · 0.85
runWeixinServeFunction · 0.85
runCodexNativeApiServeFunction · 0.85

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected