MCPcopy Create free account
hub / github.com/FujiwaraChoki/MoneyPrinterV2 / get_cache_path

Function get_cache_path

src/cache.py:7–14  ·  view source on GitHub ↗

Gets the path to the cache file. Returns: path (str): The path to the cache folder

()

Source from the content-addressed store, hash-verified

5from config import ROOT_DIR
6
7def get_cache_path() -> str:
8 """
9 Gets the path to the cache file.
10
11 Returns:
12 path (str): The path to the cache folder
13 """
14 return os.path.join(ROOT_DIR, '.mp')
15
16def get_afm_cache_path() -> str:
17 """

Callers 4

get_afm_cache_pathFunction · 0.85
get_twitter_cache_pathFunction · 0.85
get_youtube_cache_pathFunction · 0.85
get_results_cache_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected