Skip to main content

Attributes

classes

exports

files_source

functions

global_vars

import_statements

imports

name

owner_type

owner_value

symbols

Methods

files

Recursively iterate over all files in the codebase that are owned by the current code owner.

from_parser

Create a list of CodeOwner objects from a CodeOwnersParser.

get_class

Get a class by name in files container.

get_export

Get an export by name in files container (supports only typescript).

get_function

Get a function by name in files container.

get_global_var

Get a global variable by name in files container.

get_import

Get an import by name in files container.

get_import_statement

Get an import statement by name in files container.

get_symbol

Get a symbol by name in files container.