MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / credentials_available

Function credentials_available

tests/src/util/__init__.py:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def credentials_available() -> bool:
17 auth = get_auth()
18 if not auth:
19 return False
20 return auth.get("auth") is not None
21
22
23def session() -> _Session:

Callers 4

test_userFunction · 0.90
test_projectFunction · 0.90
test_searchFunction · 0.90
test_studioFunction · 0.90

Calls 2

get_authFunction · 0.85
getMethod · 0.45

Tested by 4

test_userFunction · 0.72
test_projectFunction · 0.72
test_searchFunction · 0.72
test_studioFunction · 0.72