Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/streetsidesoftware/cspell
/ createTextFile
Function
createTextFile
packages/cspell-config-lib/src/TextFile.ts:10–12 ·
view source on GitHub ↗
(url: URL, content: string)
Source
from the content-addressed store, hash-verified
8
}
9
10
export
function
createTextFile(url: URL, content: string): TextFile {
11
return
{ url, content };
12
}
Callers
3
asTextFile
Function · 0.85
CSpellConfigFileToml.test.ts
File · 0.85
CSpellConfigFileJson.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
1
asTextFile
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…