MCPcopy Create free account
hub / github.com/echoVic/blade-code / keyValue

Method keyValue

src/ui/components/Display.ts:125–128  ·  view source on GitHub ↗

* 键值对显示

(key: string, value: string, options?: DisplayOptions)

Source from the content-addressed store, hash-verified

123 * 键值对显示
124 */
125 public static keyValue(key: string, value: string, options?: DisplayOptions): void {
126 const text = `${UIStyles.component.label(key)}: ${UIStyles.component.value(value)}`;
127 this.output(text, options);
128 }
129
130 /**
131 * 代码块显示

Callers

nothing calls this directly

Calls 1

outputMethod · 0.95

Tested by

no test coverage detected