Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / server / listRepositoryBranches

Function: listRepositoryBranches()

listRepositoryBranches(repoName, after?, amount?): Promise<RefList>

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:784

List branches in a repository

Parameters

repoName

string

after?

string

amount?

number

Returns

Promise<RefList>

RefList with pagination

Licensed under BUSL-1.1