Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ over_capacity
Method
over_capacity
crates/css_lexer/src/small_str_buf.rs:22–24 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
20
21
#[inline]
22
pub const fn over_capacity(&self) -> bool {
23
self.0 >= N as u8
24
}
25
26
#[inline]
27
pub fn as_str(&self) -> Option<&str> {
Callers
2
consume_ident_sequence
Method · 0.80
as_str
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected