Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/trailofbits/algo
/ build_client
Function
build_client
library/linode_stackscript_v4.py:63–65 ·
view source on GitHub ↗
Build a LinodeClient.
(module)
Source
from the content-addressed store, hash-verified
61
62
63
def
build_client(module):
64
""
"Build a LinodeClient."
""
65
return
LinodeClient(module.params[
"access_token"
], user_agent=get_user_agent(
"linode_v4_module"
))
66
67
68
def
main():
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected