MCPcopy Index your code
hub / github.com/MiniCodeMonkey/chief / Load

Method Load

internal/tui/diff.go:43–47  ·  view source on GitHub ↗

Load fetches the latest git diff for the full branch.

()

Source from the content-addressed store, hash-verified

41
42// Load fetches the latest git diff for the full branch.
43func (d *DiffViewer) Load() {
44 d.storyID = ""
45 d.noCommit = false
46 d.loadDiff("", "")
47}
48
49// LoadForStory fetches the git diff for a specific story's commit.
50// If no commit is found, it shows a "not committed yet" message.

Callers 4

UpdateMethod · 0.80
runIterationMethod · 0.80

Calls 1

loadDiffMethod · 0.95