Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 9365e59

Browse files
committed
docs: add some comments on Heap
1 parent bbc254d commit 9365e59

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Heap.sol

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// SPDX-License-Identifier: AGPL-3.0-only
22
pragma solidity ^0.8.0;
33

4+
/// @title Heap.
5+
/// @author Morpho Labs.
6+
/// @custom:contact security@morpho.xyz
7+
/// @notice Standard implementation of a heap library.
48
library BasicHeap {
59
struct Account {
610
address id; // The address of the account.

0 commit comments

Comments
 (0)