Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vladmandic/sdnext
/ authsync
Function
authsync
cli/sdapi.py:48–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
47
48
def
authsync():
49
if
sd_username is not None and sd_password is not None:
50
return
requests.auth.HTTPBasicAuth(sd_username, sd_password)
51
return
None
52
53
54
def
auth():
Callers
2
getsync
Function · 0.85
postsync
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected