Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/certbot/certbot
/ get_headers
Function
get_headers
tools/notify_mattermost.py:60–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
return
url
59
60
def
get_headers():
61
headers = {
62
'Content-Type'
:
'application/json'
,
63
}
64
return
headers
65
66
def
get_content():
67
build_url = f
'https://dev.azure.com/{repo_name}/_build/results?buildId={build_id}&view=results'
Callers
1
notify_mattermost.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected