DraftReconcileDeps
Defined in: src/draft-reconcile.ts:16
Properties
Section titled “Properties”emitStatus
Section titled “emitStatus”emitStatus: (
s) =>void
Defined in: src/draft-reconcile.ts:22
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
pollSession
Section titled “pollSession”pollSession: (
id) =>void
Defined in: src/draft-reconcile.ts:21
Re-poll one session’s PR state after a forge op so the snapshot reflects the new isDraft.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
prCache
Section titled “prCache”prCache:
object
Defined in: src/draft-reconcile.ts:19
snapshot()
Section titled “snapshot()”snapshot():
Record<string,GitState>
Returns
Section titled “Returns”Record<string, GitState>
resolveForge
Section titled “resolveForge”resolveForge: (
repoPath) =>GitForge|null
Defined in: src/draft-reconcile.ts:18
Parameters
Section titled “Parameters”repoPath
Section titled “repoPath”string
Returns
Section titled “Returns”GitForge | null
store:
Pick<SessionStore,"get"|"list"|"getRepoConfig"|"getReview">
Defined in: src/draft-reconcile.ts:17