Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
export
function
tempFile(
24
folder: string
25
) {
26
return
(prefix: string) => (data: Data, options?: FileOptions) => tempFile_(folder, prefix, data, options)
27
}
28
29
type
Data =
30
| string
Callers
1
CUPS.ts
File · 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…