MCPcopy Index your code
hub / github.com/InstaPy/InstaPy / use_workspace

Function use_workspace

instapy/file_manager.py:16–20  ·  view source on GitHub ↗

Get workspace folder

()

Source from the content-addressed store, hash-verified

14
15
16def use_workspace():
17 """Get workspace folder"""
18 workspace_path = slashen(WORKSPACE["path"], "native")
19 validate_path(workspace_path)
20 return workspace_path
21
22
23def use_assets():

Callers 1

use_assetsFunction · 0.85

Calls 2

slashenFunction · 0.85
validate_pathFunction · 0.85

Tested by

no test coverage detected