Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TimMcCool/scratchattach
/ vercel_auth
Function
vercel_auth
tests/src/util/vercelauth.py:3–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
from
.keyhandler
import
get_auth
2
3
def
vercel_auth() -> list[str]:
4
data = get_auth()[
"vercel_auth"
]
5
return
[
6
data[
"vercel_token"
],
7
data[
"org_id"
],
8
data[
"project_id"
]
9
]
Callers
1
cmd
Function · 0.90
Calls
1
get_auth
Function · 0.85
Tested by
no test coverage detected