MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / constant_loader

Method constant_loader

src/completion/resolver.rs:261–263  ·  view source on GitHub ↗

Convenience accessor for the constant loader.

(&self)

Source from the content-addressed store, hash-verified

259
260 /// Convenience accessor for the constant loader.
261 pub fn constant_loader(&self) -> ConstantLoaderFn<'a> {
262 self.loaders.constant_loader
263 }
264
265 /// Clone this context with a different `cursor_offset`.
266 ///

Calls

no outgoing calls