MCPcopy Create free account
hub / github.com/freecodexyz/free-code / isConcurrencySafe

Function isConcurrencySafe

src/tools/PowerShellTool/PowerShellTool.tsx:285–287  ·  view source on GitHub ↗
(input: PowerShellToolInput)

Source from the content-addressed store, hash-verified

283 return getPrompt();
284 },
285 isConcurrencySafe(input: PowerShellToolInput): boolean {
286 return this.isReadOnly?.(input) ?? false;
287 },
288 isSearchOrReadCommand(input: Partial<PowerShellToolInput>): {
289 isSearch: boolean;
290 isRead: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected