isRepoTool function
Whether name is one of the workspace/repository tools handled by
RepoRuntime.
Implementation
bool isRepoTool(String name) => repoToolNames.contains(name);
Whether name is one of the workspace/repository tools handled by
RepoRuntime.
bool isRepoTool(String name) => repoToolNames.contains(name);