Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USBGuard/usbguard
/ isValidNameOrUID
Function
isValidNameOrUID
src/Common/Utility.cpp:586–589 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
584
}
585
586
bool isValidNameOrUID(const std::string& input)
587
{
588
return isValidName(input) || isValidUID(input);
589
}
590
591
} /* namespace usbguard */
592
Callers
1
checkAccessControlName
Method · 0.85
Calls
2
isValidName
Function · 0.85
isValidUID
Function · 0.85
Tested by
no test coverage detected