Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ db_teardown
Function
db_teardown
st2common/st2common/database_setup.py:61–65 ·
view source on GitHub ↗
Disconnects from the database.
()
Source
from the content-addressed store, hash-verified
59
60
61
def
db_teardown():
62
""
"
63
Disconnects
from
the database.
64
""
"
65
return
db.db_teardown()
Callers
9
teardown
Function · 0.90
teardown
Function · 0.90
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected