lokinet/llarp/service/tag.cpp
2018-12-12 02:53:01 +00:00

14 lines
220 B
C++

#include <service/tag.hpp>
namespace llarp
{
namespace service
{
std::string
Tag::ToString() const
{
return std::string((const char *)data());
}
} // namespace service
} // namespace llarp