MCPcopy Create free account
hub / github.com/SerenityOS/jakt / DynamicArrayStorage

Method DynamicArrayStorage

runtime/Builtins/DynamicArray.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40class DynamicArrayStorage : public RefCounted<DynamicArrayStorage<T>> {
41public:
42 DynamicArrayStorage() { }
43
44 ~DynamicArrayStorage()
45 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected