Skip to content

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

Function: getUncommittedChanges()

getUncommittedChanges(repoName, branch): Promise<DiffList>

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

Get uncommitted changes (status)

Parameters

repoName

string

branch

string

Returns

Promise<DiffList>

Full DiffList with pagination and all diff details

Licensed under BUSL-1.1