Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsProtocolSpecified
Function
IsProtocolSpecified
libs/indexer/validate_and_format_contacts.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
bool IsProtocolSpecified(string const & website)
75
{
76
return 0 != GetProtocolNameLength(website);
77
}
78
79
string fediverseHandleToUrl(string_view handle)
80
{
Callers
2
ValidateAndFormat_website
Function · 0.85
ValidateWebsite
Function · 0.85
Calls
1
GetProtocolNameLength
Function · 0.85
Tested by
no test coverage detected