Skip to main content

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

ParameterTypeDescription
optionsAnalyzeOptions

Returns:

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