MCPcopy 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
74bool IsProtocolSpecified(string const & website)
75{
76 return 0 != GetProtocolNameLength(website);
77}
78
79string fediverseHandleToUrl(string_view handle)
80{

Callers 2

ValidateWebsiteFunction · 0.85

Calls 1

GetProtocolNameLengthFunction · 0.85

Tested by

no test coverage detected