Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facefusion/facefusion
/ resolve_relative_path
Function
resolve_relative_path
facefusion/filesystem.py:189–190 ·
view source on GitHub ↗
(path : str)
Source
from the content-addressed store, hash-verified
187
188
189
def
resolve_relative_path(path : str) -> str:
190
return
os.path.abspath(os.path.join(os.path.dirname(__file__), path))
Callers
15
create_static_model_set
Function · 0.90
create_static_model_set
Function · 0.90
create_static_model_set
Function · 0.90
create_static_model_set
Function · 0.90
create_static_model_set
Function · 0.90
create_static_model_set
Function · 0.90
create_static_model_set
Function · 0.90
get_css
Function · 0.90
create_static_model_set
Function · 0.90
create_static_model_set
Function · 0.90
choices.py
File · 0.90
create_static_model_set
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected