MCPcopy Create free account
hub / github.com/danielmiessler/Fabric / get_outputs_dir

Function get_outputs_dir

scripts/python_ui/streamlit.py:1030–1034  ·  view source on GitHub ↗

Get the directory for storing outputs.

()

Source from the content-addressed store, hash-verified

1028
1029
1030def get_outputs_dir() -> str:
1031 """Get the directory for storing outputs."""
1032 outputs_dir = os.path.expanduser("~/.config/fabric/outputs")
1033 os.makedirs(outputs_dir, exist_ok=True)
1034 return outputs_dir
1035
1036
1037def save_outputs():

Callers 2

save_outputsFunction · 0.85
load_saved_outputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected