* Run one operation under the authority of the boundary it carries. A mutating * operation holds the target's write lock for its whole read-modify-write, so * no caller has to know that a lock exists or how its key is spelled.
(input: FilesystemExecuteInput)
| 84 | * no caller has to know that a lock exists or how its key is spelled. |
| 85 | */ |
| 86 | execute(input: FilesystemExecuteInput): Promise<FilesystemResult>; |
| 87 | applyPatch(input: FilesystemApplyPatchInput): Promise<ApplyPatchResult>; |
| 88 | } |
| 89 |
no outgoing calls
no test coverage detected