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

Method function_loader

src/completion/resolver.rs:256–258  ·  view source on GitHub ↗

Convenience accessor for the function loader.

(&self)

Source from the content-addressed store, hash-verified

254
255 /// Convenience accessor for the function loader.
256 pub fn function_loader(&self) -> FunctionLoaderFn<'a> {
257 self.loaders.function_loader
258 }
259
260 /// Convenience accessor for the constant loader.
261 pub fn constant_loader(&self) -> ConstantLoaderFn<'a> {

Callers 15

resolve_functionMethod · 0.45
handle_completionMethod · 0.45
complete_phpdoc_tagMethod · 0.45
extract_call_assertionsFunction · 0.45
resolve_arg_raw_typeFunction · 0.45
resolve_var_typesFunction · 0.45
resolve_rhs_pipeFunction · 0.45

Calls

no outgoing calls