MCPcopy Index your code
hub / github.com/BlueBash/BlogIQ / close_connection

Function close_connection

postgres.py:29–32  ·  view source on GitHub ↗
(connection)

Source from the content-addressed store, hash-verified

27 return None, None
28
29def close_connection(connection):
30 if connection:
31 connection.close()
32 print("Connection closed.")
33
34def create_record(collection_key, serp_urls):
35 connection, cursor = create_connection()

Callers 2

create_recordFunction · 0.85
update_recordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected