On this pageFormatter Git Source ================== 🗒️ Formatter Functions toString ================== 🧩 Function function toString(Function memory func) internal pure returns (string memory message); toString =============== 🗂️ Bundle function toString(Bundle storage bundle) internal view returns (string memory message); toLocation ================= ⛓️ Process function toLocation(Process memory process) internal pure returns (string memory); formatPid function formatPid(uint256 pid) internal pure returns (string memory); toStart function toStart(Process memory process, uint256 pid) internal pure returns (string memory); toFinish function toFinish(Process memory process, uint256 pid) internal pure returns (string memory); toMessage function toMessage(string memory head, string memory body) internal pure returns (string memory); append =================== 🧱 Primitives 📝 String function append(string memory str, string memory addition) internal pure returns (string memory); append function append(string memory str, address addr) internal pure returns (string memory); append function append(string memory str, bytes4 selector) internal pure returns (string memory); append