MCPcopy Create free account
hub / github.com/Moyf/easy-copy / lines

Function lines

src/codeBlockDetect.test.ts:6–8  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

4
5// 辅助函数:把多行字符串转成行数组
6function lines(text: string): string[] {
7 return text.split('\n');
8}
9
10// ─── 复现场景:两个代码块之间有标题,光标在标题行 ─────────────────────────────
11//

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected