MCPcopy Create free account
hub / github.com/Tencent/tgfx / PathProviderWrapper

Method PathProviderWrapper

src/core/PathProvider.cpp:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23class PathProviderWrapper final : public PathProvider {
24 public:
25 explicit PathProviderWrapper(Path path) : _path(std::move(path)) {
26 }
27
28 Path getPath() const override {
29 return _path;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected