MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / uuid2str

Function uuid2str

test/tc_cpp_test.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#include <iostream>
37
38std::string uuid2str(tc::Uuid uuid) { return static_cast<std::string>(uuid.to_string()); }
39
40////////////////////////////////////////////////////////////////////////////////
41// Tests for the basic cxxbridge functionality. This focuses on the methods with

Callers 1

TEST_NAMEFunction · 0.85

Calls 1

to_stringMethod · 0.80

Tested by

no test coverage detected