Skip to main content

GitStatusRequestNotify

@codebolt/codeboltjs


Function: GitStatusRequestNotify()

function GitStatusRequestNotify(path?: string, toolUseId?: string): void;

Defined in: packages/codeboltjs/src/notificationfunctions/git.ts:201

Sends a git status request notification

Parameters

ParameterTypeDescription
path?stringOptional path where to check git status
toolUseId?stringOptional custom toolUseId, will be generated if not provided

Returns

void