Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/commandoperator/cmdop-sdk
/ stripTrailingSlash
Function
stripTrailingSlash
node/src/config.ts:63–65 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
61
}
62
63
function
stripTrailingSlash(url: string): string {
64
return
url.endsWith(
"/"
) ? url.slice(0, -1) : url;
65
}
Callers
1
resolveConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected