Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ path
Method
path
crates/csskit_derives/src/attributes.rs:48–50 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
46
47
impl Atom {
48
pub fn path(&self) -> ExprPath {
49
self.0.clone()
50
}
51
52
pub fn equals_atom(&self, cursor: Ident) -> TokenStream {
53
let atom = self.path();
Callers
15
extract_atom_string
Function · 0.80
has_attribute
Function · 0.80
has_derive_of
Function · 0.80
atom_match_arm
Method · 0.80
atom_parse_if_peek
Method · 0.80
peek_tokens
Method · 0.80
render
Method · 0.80
atom_from_attrs
Function · 0.80
try_from
Method · 0.80
equals_atom
Method · 0.80
extract_atom
Function · 0.80
generate_type_peek
Function · 0.80
Calls
1
clone
Method · 0.80
Tested by
no test coverage detected