Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/subframe7536/maple-font
/ joinPaths
Function
joinPaths
source/py/utils.py:47–48 ·
view source on GitHub ↗
(*args: str)
Source
from the content-addressed store, hash-verified
45
46
47
def
joinPaths(*args: str) -> str:
48
return
"/"
.join(args)
49
50
51
def
is_windows():
Callers
15
patch_font_feature
Method · 0.90
__init__
Method · 0.90
get_feature_file_path
Method · 0.90
load_cn_dir_and_suffix
Method · 0.90
build_mono
Function · 0.90
build_mono_autohint
Function · 0.90
build_nf_by_prebuild_nerd_font
Function · 0.90
build_nf_by_font_patcher
Function · 0.90
build_nf
Function · 0.90
build_cn
Function · 0.90
run_build
Function · 0.90
build_variable_fonts
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected