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

Function resolve_disabled_when_empty_string

src/phpcs.rs:691–699  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

689
690 #[test]
691 fn resolve_disabled_when_empty_string() {
692 let config = PhpcsConfig {
693 command: Some(String::new()),
694 standard: None,
695 timeout: None,
696 };
697 let result = resolve_phpcs(None, &config, None);
698 assert!(result.is_none());
699 }
700
701 #[test]
702 fn resolve_explicit_command() {

Callers

nothing calls this directly

Calls 1

resolve_phpcsFunction · 0.85

Tested by

no test coverage detected