MCPcopy 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
10export function createTextFile(url: URL, content: string): TextFile {
11 return { url, content };
12}

Callers 3

asTextFileFunction · 0.85

Calls

no outgoing calls

Tested by 1

asTextFileFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…