Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/InstaPy/InstaPy
/ add_profile
Function
add_profile
instapy/database_engine.py:175–178 ·
view source on GitHub ↗
(conn, cursor, name)
Source
from the content-addressed store, hash-verified
173
174
175
def
add_profile(conn, cursor, name):
176
cursor.execute(INSERT_INTO_PROFILE, (name,))
177
# commit the latest changes
178
conn.commit()
179
180
181
def
select_profile_by_username(cursor, name):
Callers
1
get_profile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected