MCPcopy Index your code
hub / github.com/banga/git-split-diffs / S

Function S

src/SpannedString.test.ts:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { SpannedString } from './SpannedString';
2
3function S() {
4 return SpannedString.create<string>();
5}
6
7function apply(string: SpannedString<string>) {
8 return Array.from(string.iterSubstrings())

Callers 2

formatFunction · 0.85

Calls 1

createMethod · 0.80

Tested by

no test coverage detected