MCPcopy
hub / github.com/code-yeongyu/oh-my-openagent / AtomicWriteOptions

Interface AtomicWriteOptions

packages/utils/src/atomic-write.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16])
17
18export interface AtomicWriteOptions {
19 readonly platform?: NodeJS.Platform
20 readonly fsyncSync?: typeof FsyncSync
21}
22
23function isToleratedFsyncError(error: unknown): boolean {
24 if (!(error instanceof Error)) return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected