MCPcopy Create free account
hub / github.com/Rustixir/darkbird / get_content

Method get_content

example/reporter.rs:104–106  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

102
103impl document::FullText for User {
104 fn get_content(&self) -> Option<String> {
105 None
106 }
107}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected