MCPcopy Create free account
hub / github.com/AccessKit/accesskit / raw_value

Method raw_value

consumer/src/node.rs:960–962  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

958 }
959
960 pub fn raw_value(&self) -> Option<&str> {
961 self.data().value()
962 }
963
964 pub fn author_id(&self) -> Option<&str> {
965 self.data().author_id()

Callers 2

node_updatedMethod · 0.80
node_updatedMethod · 0.80

Calls 2

dataMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected