Searched refs:callAndRecord (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/loggedIO/ |
D | loggedIO.ts | 275 path => callAndRecord(underlying.fileExists(path), recordLog!.fileExists, { path }), 312 path => callAndRecord(underlying.resolvePath(path), recordLog!.pathsResolved, { path }), 344 …(path: string, contents: string) => callAndRecord(underlying.writeFile(path, contents), recordLog!… 380 function callAndRecord<T, U>(underlyingResult: T, logArray: U[], logEntry: U): T { function
|