MCPcopy Create free account
hub / github.com/dmlc/parameter_server / clear

Method clear

src/util/shared_array.h:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 // Requests that the capacity be at least enough to contain n elements.
87 void reserve(size_t n);
88 void clear() { reset(nullptr, 0); }
89
90 // Iterators
91 V* begin() { return data(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected