Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2714
const
getActiveGooglePlugin = () => {
2715
const
studio = loadStudioConfig();
2716
return
studio.activeGooglePlugin || null;
2717
};
2718
2719
function
loadAuthConfig() {
2720
const
paths = getPaths();
Callers
6
processLogLine
Function · 0.70
loadAuthConfig
Function · 0.70
index.js
File · 0.70
buildAccountPool
Function · 0.70
getPoolQuota
Function · 0.70
rotateAccount
Function · 0.70
Calls
1
loadStudioConfig
Function · 0.85
Tested by
no test coverage detected