MCPcopy Create free account
hub / github.com/EndstoneMC/endstone / ArrayTag

Method ArrayTag

include/endstone/nbt/array.h:37–37  ·  view source on GitHub ↗

Constructors

Source from the content-addressed store, hash-verified

35
36 // Constructors
37 ArrayTag() = default;
38 explicit ArrayTag(storage_type v) : v_(std::move(v)) {}
39 template <class It>
40 ArrayTag(It first, It last) : v_(first, last)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected