1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/service/tag.cpp
2018-07-17 17:30:03 +10:00

13 lines
No EOL
225 B
C++

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