MCPcopy Create free account
hub / github.com/amber-lang/amber / document

Method document

src/modules/statement/comment_doc.rs:109–111  ·  view source on GitHub ↗
(&self, _meta: &ParserMetadata)

Source from the content-addressed store, hash-verified

107
108impl DocumentationModule for CommentDoc {
109 fn document(&self, _meta: &ParserMetadata) -> String {
110 self.value.trim_end().to_string() + "\n"
111 }
112}

Callers

nothing calls this directly

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected