Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ delete_service
Function
delete_service
password_manager.py:54–58 ·
view source on GitHub ↗
(service_)
Source
from the content-addressed store, hash-verified
52
53
54
def
delete_service(service_):
55
command =
'DELETE from STORE where SERVICE = "'
+ service_ +
'"'
56
conn.execute(command)
57
conn.commit()
58
print(service_ +
" deleted from the database successfully."
)
59
60
61
def
get_all():
Callers
1
password_manager.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected