MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / operator<<

Function operator<<

tests/PackageManifest_test.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace mojang_files;
7
8QDebug operator<<(QDebug debug, const Path &path)
9{
10 debug << path.toString();
11 return debug;
12}
13
14class PackageManifestTest : public QObject
15{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected