Skip to main content
Version: Next

GithubLocationAnalyzer.analyze()

Home > @backstage/plugin-catalog-backend-module-github > GithubLocationAnalyzer > analyze

Signature:

analyze(options: AnalyzeOptions): Promise<{
existing: {
location: {
type: string;
target: string;
};
isRegistered: boolean;
entity: import("@backstage/catalog-model").Entity;
}[];
}>;

Parameters

Parameter

Type

Description

options

AnalyzeOptions

**Returns:**

Promise<{ existing: { location: { type: string; target: string; }; isRegistered: boolean; entity: import("@backstage/catalog-model").Entity; }[]; }>