MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / last

Method last

atomic-repository/src/history/types.rs:297–299  ·  view source on GitHub ↗

Create options for getting the last N changes. # Arguments `n` - Number of recent changes to retrieve

(n: usize)

Source from the content-addressed store, hash-verified

295 ///
296 /// * `n` - Number of recent changes to retrieve
297 pub fn last(n: usize) -> Self {
298 Self::default().limit(n)
299 }
300
301 /// Include inherited changes on draft views.
302 ///

Callers 15

build_commit_messageMethod · 0.80
format_local_stateFunction · 0.80
infer_repo_nameFunction · 0.80
format_local_stateFunction · 0.80
summarize_explorationFunction · 0.80
detect_backtrackingFunction · 0.80
detect_full_cycleFunction · 0.80
detect_commit_and_verifyFunction · 0.80
detect_informed_commitFunction · 0.80
build_decision_edgesFunction · 0.80

Calls 1

limitMethod · 0.80

Tested by 2