MCPcopy Create free account
hub / github.com/anus-dev/ANUS / isModifiableDeclarativeTool

Function isModifiableDeclarativeTool

packages/core/src/tools/modifiable-tool.ts:47–51  ·  view source on GitHub ↗
(
  tool: AnyDeclarativeTool,
)

Source from the content-addressed store, hash-verified

45 * Type guard to check if a declarative tool is modifiable.
46 */
47export function isModifiableDeclarativeTool(
48 tool: AnyDeclarativeTool,
49): tool is ModifiableDeclarativeTool<object> {
50 return 'getModifyContext' in tool;
51}
52
53function createTempFilesForModify(
54 currentContent: string,

Callers 3

_applyInlineModifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected