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

Function getActiveGooglePlugin

server/index.js:2714–2717  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2712});
2713
2714const getActiveGooglePlugin = () => {
2715 const studio = loadStudioConfig();
2716 return studio.activeGooglePlugin || null;
2717};
2718
2719function loadAuthConfig() {
2720 const paths = getPaths();

Callers 6

processLogLineFunction · 0.70
loadAuthConfigFunction · 0.70
index.jsFile · 0.70
buildAccountPoolFunction · 0.70
getPoolQuotaFunction · 0.70
rotateAccountFunction · 0.70

Calls 1

loadStudioConfigFunction · 0.85

Tested by

no test coverage detected