MCPcopy Create free account
hub / github.com/apache/maka / writeFile

Method writeFile

packages/storage/src/marker-file.ts:9–9  ·  view source on GitHub ↗
(data: string, encoding: 'utf8')

Source from the content-addressed store, hash-verified

7 stat(options: { bigint: true }): Promise<BigIntStats>;
8 readFile(encoding: 'utf8'): Promise<string>;
9 writeFile(data: string, encoding: 'utf8'): Promise<void>;
10 sync(): Promise<void>;
11 close(): Promise<void>;
12}

Callers 15

publishMarkerFileFunction · 0.65
publishDecisionFunction · 0.65
stageDocumentFunction · 0.65
materializeDocumentFunction · 0.65
writeBackupBytesFunction · 0.65
writeDocumentFunction · 0.65
atomicWriteJsonFunction · 0.65
writeJsonDocumentFunction · 0.65
faultingOpenFunction · 0.65
provisionFunction · 0.65

Calls

no outgoing calls

Tested by 2

faultingOpenFunction · 0.52
provisionFunction · 0.52