Skip to content

[feature] Allow the implementation of recursive call tree lookup instead of only returning to the previous level #4

@Ind1x1

Description

@Ind1x1
 TestMap (self.test)
        │
        └── ClassMap

to

TestTestMap (self.test)
        │
        └── TestTestMap (self.test)
            │
            └── TestMap (self.test)
                │
                └── ClassMap
                    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions