Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ commit_kind
Method
commit_kind
crates/paimon/src/spec/snapshot.rs:217–219 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
215
/// Get the commit kind of this snapshot.
216
#[inline]
217
pub fn commit_kind(&self) -> &CommitKind {
218
&self.commit_kind
219
}
220
}
221
222
#[cfg(test)]
Callers
9
test_snapshot
Function · 0.80
scan
Method · 0.80
test_collect_with_missing_manifest
Function · 0.80
test_branch_tag_referenced_files
Function · 0.80
test_snapshot
Function · 0.80
test_snapshot
Function · 0.80
try_commit_once
Method · 0.80
is_duplicate_commit
Method · 0.80
test_snapshot
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected