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

Method get_screenshots_dir

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

Source from the content-addressed store, hash-verified

88 return self.config["STORAGE"]["SQLITE_DB"]
89
90 def get_screenshots_dir(self):
91 return self.config["STORAGE"]["SCREENSHOTS_DIR"]
92
93 def get_pdfs_dir(self):
94 return self.config["STORAGE"]["PDFS_DIR"]

Callers 3

init_devikaFunction · 0.95
screenshotMethod · 0.80
screenshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected