MCPcopy Index your code
hub / github.com/redpanda-data/console / joinStr

Method joinStr

frontend/src/utils/array-extensions.ts:58–58  ·  view source on GitHub ↗

* Like normal .join() but skips over empty, null, and undefined

(this: (string | null | undefined)[], separator: string)

Source from the content-addressed store, hash-verified

56 * Like normal .join() but skips over empty, null, and undefined
57 */
58 joinStr(this: (string | null | undefined)[], separator: string): string;
59
60 toMap<TItem, TKey, TValue>(
61 this: TItem[],

Callers 2

QuickTableFunction · 0.80
refreshPartitionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected