isRepoTool function

bool isRepoTool(
  1. String name
)

Whether name is one of the workspace/repository tools handled by RepoRuntime.

Implementation

bool isRepoTool(String name) => repoToolNames.contains(name);