Skip to main content

getRepoMap

codebolt.project.getRepoMap(message: any): Promise
Retrieves the repository map for the current project.

Parameters

NameTypeDescription
messageanyThe message object containing parameters for retrieving the repository map.

Description

Retrieves a map of the repository structure for the current project, providing an overview of the project's file and directory organization.

Example

const repoMapResult = await codebolt.project.getRepoMap({});
console.log(repoMapResult);

// Note: This method may not be fully implemented yet
// Check the response for availability status

Status

comming soon....