type callHierarchy …
func (c *callHierarchy) Name() string { … }
func (c *callHierarchy) Parent() string { … }
func (c *callHierarchy) Usage() string { … }
func (c *callHierarchy) ShortHelp() string { … }
func (c *callHierarchy) DetailedHelp(f *flag.FlagSet) { … }
func (c *callHierarchy) Run(ctx context.Context, args ...string) error { … }
func callItemPrintString(ctx context.Context, conn *connection, item protocol.CallHierarchyItem, callsURI protocol.DocumentURI, calls []protocol.Range) (string, error) { … }