Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ SpannedString } from
'./SpannedString'
;
2
3
function
S() {
4
return
SpannedString.create<string>();
5
}
6
7
function
apply(string: SpannedString<string>) {
8
return
Array.from(string.iterSubstrings())
Callers
2
format
Function · 0.85
SpannedString.test.ts
File · 0.85
Calls
1
create
Method · 0.80
Tested by
no test coverage detected