MCPcopy 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
47impl 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_stringFunction · 0.80
has_attributeFunction · 0.80
has_derive_ofFunction · 0.80
atom_match_armMethod · 0.80
atom_parse_if_peekMethod · 0.80
peek_tokensMethod · 0.80
renderMethod · 0.80
atom_from_attrsFunction · 0.80
try_fromMethod · 0.80
equals_atomMethod · 0.80
extract_atomFunction · 0.80
generate_type_peekFunction · 0.80

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected