Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReversecLabs/damn-vulnerable-llm-agent
/ functions
Functions
13 in github.com/ReversecLabs/damn-vulnerable-llm-agent
⨍
Functions
13
◇
Types & classes
1
↓ 2 callers
Method
close
(self)
transaction_db.py:90
↓ 1 callers
Function
_load_llm_config
()
utils.py:73
↓ 1 callers
Method
create_tables
(self)
transaction_db.py:11
↓ 1 callers
Function
display_instructions
()
utils.py:6
↓ 1 callers
Function
display_logo
()
utils.py:55
↓ 1 callers
Function
fetch_model_config
()
utils.py:78
↓ 1 callers
Function
get_image_base64
(path)
utils.py:50
↓ 1 callers
Method
get_user
(self, user_id)
transaction_db.py:74
↓ 1 callers
Method
get_user_transactions
(self, userId)
transaction_db.py:60
↓ 1 callers
Method
seed_data
(self)
transaction_db.py:34
Method
__init__
(self, db_name="transactions.db")
transaction_db.py:6
Function
get_current_user
(input : str)
tools.py:16
Function
get_transactions
Returns the transactions associated to the userId provided by running this query: SELECT * FROM Transactions WHERE userId = ?.
tools.py:28