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

Method quote

src/ui/components/Display.ts:142–146  ·  view source on GitHub ↗

* 引用文本

(text: string, author?: string, options?: DisplayOptions)

Source from the content-addressed store, hash-verified

140 * 引用文本
141 */
142 public static quote(text: string, author?: string, options?: DisplayOptions): void {
143 const quote = UIStyles.component.quote(`"${text}"`);
144 const attribution = author ? UIStyles.status.muted(` - ${author}`) : '';
145 this.output(quote + attribution, options);
146 }
147
148 /**
149 * 分隔线

Callers

nothing calls this directly

Calls 2

outputMethod · 0.95
mutedMethod · 0.80

Tested by

no test coverage detected