hasToolArgsPreview method

bool hasToolArgsPreview(
  1. String toolName
)

Implementation

bool hasToolArgsPreview(String toolName) =>
    ToolArgsDeltaService.hasPreviewForToolName(
      toolName: toolName,
      toolIdByName: toolArgsPreviewToolIdByName,
      previewsById: toolArgsPreviewContentsById,
      rawBuffersById: _toolArgsDeltaBuffers,
    );