MCPcopy Index your code
hub / github.com/endbasic/endbasic / description

Method description

core/src/callable.rs:698–700  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

696 /// summary of the callable's purpose.
697 #[allow(unused)]
698 pub fn description(&self) -> Lines<'static> {
699 self.description.lines()
700 }
701
702 /// Returns true if this is a callable that takes no arguments.
703 #[allow(unused)]

Callers 3

titleMethod · 0.80
describeMethod · 0.80
callables_to_indexFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected