Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ app_name_from_path
Function
app_name_from_path
JARVIS/apps.py:26–27 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
24
25
26
def
app_name_from_path(path):
27
return
re.sub(r
"\s+"
,
" "
, path.stem.replace(
".lnk"
,
""
)).strip()
28
29
30
def
is_safe_app_path(path):
Callers
2
is_safe_app_path
Function · 0.85
build_application_index
Function · 0.85
Calls
1
sub
Method · 0.80
Tested by
no test coverage detected