Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redpanda-data/console
/ removeSuffix
Method
removeSuffix
frontend/src/utils/extensions.ts:18–18 ·
view source on GitHub ↗
(this: string, suffix: string)
Source
from the content-addressed store, hash-verified
16
interface
String {
17
removePrefix(this: string, prefix: string): string;
18
removeSuffix(this: string, suffix: string): string;
19
}
20
}
21
Callers
2
setConfig
Function · 0.80
env.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected