Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/InstaPy/InstaPy
/ use_assets
Function
use_assets
instapy/file_manager.py:23–27 ·
view source on GitHub ↗
Get asset folder
()
Source
from the content-addressed store, hash-verified
21
22
23
def
use_assets():
24
""
"Get asset folder"
""
25
assets_path =
"{}{}assets"
.format(use_workspace(), native_slash)
26
validate_path(assets_path)
27
return
assets_path
28
29
30
def
get_workspace():
Callers
2
get_geckodriver
Function · 0.85
create_firefox_extension
Function · 0.85
Calls
2
use_workspace
Function · 0.85
validate_path
Function · 0.85
Tested by
no test coverage detected