Skip to content

Interface analyzer  #10

@vivi365

Description

@vivi365

interfaceMethods map in the interface analyzer seems to not be used for anything

// Check if the function is defined on an interface type
if _, ok := x.Type.Results.List[0].Type.(*ast.InterfaceType); ok {
	interfaceMethods[x.Name.Name] = struct{}{}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions