MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / extract_docstring

Method extract_docstring

src/extraction/glsl_extractor.rs:642–644  ·  view source on GitHub ↗
(state: &ExtractionState, node: TsNode<'_>)

Source from the content-addressed store, hash-verified

640 // -------------------------------------------------------
641
642 fn extract_docstring(state: &ExtractionState, node: TsNode<'_>) -> Option<String> {
643 docstring_from_preceding_comments(&state.source, node, clean_c_comment)
644 }
645
646 // -------------------------------------------------------
647 // Utility helpers

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected