MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / hasConfiguredWebAuth

Function hasConfiguredWebAuth

web/js/chat.js:19–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17let shouldMaintainWs = false;
18
19function hasConfiguredWebAuth() {
20 return Boolean(
21 state.config && (state.config.hasApiKey || state.config.oauthConnected)
22 );
23}
24
25export async function initChat() {
26 // Send button

Callers 3

initChatFunction · 0.85
scheduleReconnectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected