MCPcopy Index your code
hub / github.com/github/github-mcp-server / NewToolDoesNotExistError

Function NewToolDoesNotExistError

pkg/inventory/errors.go:39–41  ·  view source on GitHub ↗

NewToolDoesNotExistError creates a new ToolDoesNotExistError.

(name string)

Source from the content-addressed store, hash-verified

37
38// NewToolDoesNotExistError creates a new ToolDoesNotExistError.
39func NewToolDoesNotExistError(name string) *ToolDoesNotExistError {
40 return &ToolDoesNotExistError{Name: name}
41}

Callers 1

FindToolByNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected