Skip to main content

CurrentLib

Git Source

Functionsโ€‹

updateโ€‹


๐Ÿ”„ Update Current Contextโ€‹

function update(Current storage current, string memory name) internal;

resetโ€‹


๐Ÿงน Reset Current Contextโ€‹

function reset(Current storage current) internal;

findโ€‹


๐Ÿ” Find Nameโ€‹

function find(Current storage current) internal returns (string memory name);