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

Method document

src/modules/statement/comment.rs:42–44  ·  view source on GitHub ↗
(&self, _meta: &ParserMetadata)

Source from the content-addressed store, hash-verified

40
41impl DocumentationModule for Comment {
42 fn document(&self, _meta: &ParserMetadata) -> String {
43 self.value.clone() + "\n\n"
44 }
45}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected