Wasm Directoryalpha
Record

codespace-git-status

No description available.

record codespace-git-status {
  ahead: option​<s32>,
  behind: option​<s32>,
  has-uncommitted-changes: option​<bool>,
  has-unpushed-changes: option​<bool>,
  ref: option​<string>,
}

Fields

NameTypeDescription
aheadoption​<s32>
behindoption​<s32>
has-uncommitted-changesoption​<bool>
has-unpushed-changesoption​<bool>
refoption​<string>