MCPcopy Create free account
hub / github.com/effect-app/libs / tempFile

Function tempFile

packages/infra/src/fileUtil.ts:23–27  ·  view source on GitHub ↗
(
  folder: string
)

Source from the content-addressed store, hash-verified

21}
22
23export function tempFile(
24 folder: string
25) {
26 return (prefix: string) => (data: Data, options?: FileOptions) => tempFile_(folder, prefix, data, options)
27}
28
29type Data =
30 | string

Callers 1

CUPS.tsFile · 0.90

Calls 1

tempFile_Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…