MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / Path

Method Path

Sources/Dependencies/jsoncpp/value.cpp:1740–1750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1738 // //////////////////////////////////////////////////////////////////
1739
1740 Path::Path(const StringContainer& path, const PathArgument& a1, const PathArgument& a2,
1741 const PathArgument& a3, const PathArgument& a4, const PathArgument& a5) {
1742 InArgs in;
1743 in.reserve(5);
1744 in.push_back(&a1);
1745 in.push_back(&a2);
1746 in.push_back(&a3);
1747 in.push_back(&a4);
1748 in.push_back(&a5);
1749 makePath(path, in);
1750 }
1751
1752 void Path::makePath(const StringContainer& path, const InArgs& in) {
1753 const char* current = path.c_str();

Callers 1

GetSavePathMethod · 0.45

Calls 2

reserveMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected