Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
class DynamicArrayStorage : public RefCounted<DynamicArrayStorage<T>> {
41
public:
42
DynamicArrayStorage() { }
43
44
~DynamicArrayStorage()
45
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected