SampleUpgradeFacet.sol
SampleUpgradeFacet
Inherits: ERC173
This contract only exists for testing purposes. It is here to test diamond upgrades. It is named “Sample” instead of “Test” because naming it “Test” causes problems with Foundry testing.
State Variables
SAMPLE_STORAGE_POSITION
Functions
s
Return the storage struct for reading and writing.
Returns
Name | Type | Description |
---|---|---|
storageStruct | SampleStorage | The sample storage struct. |