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

Method DataTask

src/core/DataSource.h:93–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91class DataTask : public Task {
92 public:
93 explicit DataTask(std::unique_ptr<DataSource<T>> source) : source(std::move(source)) {
94 }
95
96 std::shared_ptr<T> getData() {
97 return data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected