MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / name

Method name

css-inline/src/html/element.rs:42–44  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

40 /// Qualified name of the element.
41 #[inline]
42 pub(crate) fn name(&self) -> &QualName {
43 &self.data.name
44 }
45 /// Attributes of the element.
46 #[inline]
47 pub(crate) fn attributes(&self) -> &Attributes {

Callers 7

has_local_nameMethod · 0.80
has_namespaceMethod · 0.80
is_same_typeMethod · 0.80
is_linkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected