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

Method separator

src/ui/components/Display.ts:151–154  ·  view source on GitHub ↗

* 分隔线

(length: number = 50, double: boolean = false)

Source from the content-addressed store, hash-verified

149 * 分隔线
150 */
151 public static separator(length: number = 50, double: boolean = false): void {
152 const line = double ? UIStyles.border.doubleLine(length) : UIStyles.border.line(length);
153 this.output(line);
154 }
155
156 /**
157 * 空行

Callers

nothing calls this directly

Calls 1

outputMethod · 0.95

Tested by

no test coverage detected