Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elastic/devfiler
/ HumanCount
Class
HumanCount
src/ui/util.rs:126–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
125
#[derive(Debug)]
126
pub struct HumanCount(f32, usize, &'static str);
127
128
impl fmt::Display for HumanCount {
129
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
1
humanize_count
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected