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

Method values

std/src/help.rs:397–399  ·  view source on GitHub ↗

Returns an iterator over all the topics.

(&self)

Source from the content-addressed store, hash-verified

395
396 /// Returns an iterator over all the topics.
397 fn values(&self) -> radix_trie::iter::Values<'_, String, Box<dyn Topic>> {
398 self.0.values()
399 }
400}
401
402/// The `HELP` command.

Callers 2

newMethod · 0.80
summaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected