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

Function resolve_disabled_when_empty_string

src/mago.rs:905–913  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

903
904 #[test]
905 fn resolve_disabled_when_empty_string() {
906 let config = MagoConfig {
907 command: Some(String::new()),
908 lint_timeout: None,
909 analyze_timeout: None,
910 };
911 let result = resolve_mago(None, &config, None);
912 assert!(result.is_none());
913 }
914
915 #[test]
916 fn resolve_explicit_command() {

Callers

nothing calls this directly

Calls 1

resolve_magoFunction · 0.85

Tested by

no test coverage detected