MCPcopy Create free account
hub / github.com/Microck/opencode-studio / getActiveGooglePlugin

Function getActiveGooglePlugin

client-next/src/lib/api.ts:493–496  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

491}
492
493export async function getActiveGooglePlugin(): Promise<{ activePlugin: string | null }> {
494 const { data } = await api.get('/auth/google/plugin');
495 return data;
496}
497
498export interface AddPluginsToConfigResult {
499 added: string[];

Callers 1

PluginsPageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected