Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ commit_user
Method
commit_user
crates/paimon/src/spec/snapshot.rs:157–159 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
155
/// Get the commit user of this snapshot.
156
#[inline]
157
pub fn commit_user(&self) -> &str {
158
&self.commit_user
159
}
160
161
/// Get the commit time of this snapshot.
162
#[inline]
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