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

Function no_function_loader

src/code_actions/update_docblock.rs:1388–1390  ·  view source on GitHub ↗

No function loader (for unit tests).

()

Source from the content-addressed store, hash-verified

1386
1387 /// No function loader (for unit tests).
1388 fn no_function_loader() -> FunctionLoader<'static> {
1389 None
1390 }
1391
1392 #[test]
1393 fn detects_missing_param() {

Callers 9

preserves_descriptionsFunction · 0.85
removes_void_returnFunction · 0.85
preserves_other_tagsFunction · 0.85
aligns_param_columnsFunction · 0.85
enriches_callable_typesFunction · 0.85
adds_missing_throwsFunction · 0.85

Calls

no outgoing calls

Tested by 9

preserves_descriptionsFunction · 0.68
removes_void_returnFunction · 0.68
preserves_other_tagsFunction · 0.68
aligns_param_columnsFunction · 0.68
enriches_callable_typesFunction · 0.68
adds_missing_throwsFunction · 0.68