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

Method execute

packages/runtime/src/filesystem-executor.ts:86–86  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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

Callers 12

buildBuiltinToolsFunction · 0.65
buildForegroundBashToolFunction · 0.65
runFunction · 0.65
rememberMethod · 0.65
extractMethod · 0.65
executeFunction · 0.65
executeReadOnlyFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected