MCPcopy
hub / github.com/stitionai/devika / get_sqlite_db

Method get_sqlite_db

src/config.py:87–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85 return self.config["API_KEYS"]["NETLIFY"]
86
87 def get_sqlite_db(self):
88 return self.config["STORAGE"]["SQLITE_DB"]
89
90 def get_screenshots_dir(self):
91 return self.config["STORAGE"]["SCREENSHOTS_DIR"]

Callers 4

__init__Method · 0.95
__init__Method · 0.95
init_devikaFunction · 0.95
__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected