MCPcopy
hub / github.com/supermemoryai/supermemory / pluginInitial

Function pluginInitial

apps/web/lib/plugin-space.ts:84–87  ·  view source on GitHub ↗
(label: string | null | undefined)

Source from the content-addressed store, hash-verified

82}
83
84export function pluginInitial(label: string | null | undefined): string {
85 if (!label) return "?"
86 return label.trim().charAt(0).toUpperCase() || "?"
87}
88
89export type PluginDocSource = {
90 pluginId: "claude-code"

Callers 3

SpaceSelectorFunction · 0.90
SelectSpacesModalFunction · 0.90
renderCategoryChipFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…