MCPcopy Create free account
hub / github.com/LFDT-Nightstream/Starstream / program

Method program

starstream-language-server/src/document.rs:175–177  ·  view source on GitHub ↗

Untyped AST produced by the parser, if parsing succeeded.

(&self)

Source from the content-addressed store, hash-verified

173 pub fn program(&self) -> Option<&Program> {
174 self.program.as_deref()
175 }
176
177 /// Rope representation covering the latest snapshot of the document.
178 #[allow(dead_code)]
179 pub fn rope(&self) -> &Rope {
180 &self.rope

Callers 2

reanalyseMethod · 0.45
formatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected