MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / isInitialPluginLoadComplete

Function isInitialPluginLoadComplete

src/lib/loadPlugins.js:125–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125export function isInitialPluginLoadComplete() {
126 return initialPluginLoadComplete;
127}
128
129export async function loadPluginWithTimeout(pluginId, justInstalled = false) {
130 const pluginState = { settled: false };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected