Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOfficialFloW/VitaShell
/ hasEndSlash
Function
hasEndSlash
utils.c:293–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
}
292
293
int hasEndSlash(const char *path) {
294
return path[strlen(path) - 1] ==
'/'
;
295
}
296
297
int removeEndSlash(char *path) {
298
int len = strlen(path);
Callers
10
getPsarcPathInfo
Function · 0.85
extractPsarcPath
Function · 0.85
exportPath
Function · 0.85
sendPath
Function · 0.85
getPathInfo
Function · 0.85
removePath
Function · 0.85
copyPath
Function · 0.85
movePath
Function · 0.85
fileListGetDirectoryEntries
Function · 0.85
zipAddPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected