7 std::unordered_map<std::string, std::any> m_environment;
8 std::shared_ptr<spdlog::logger> m_log;
11 explicit TableState(
const json &data);
18 bool has(
const std::string &key)
const;
25 void set(
const std::string &key, std::any value);
32 void set(
const std::string &key, std::any value,
const Socket &so);
39 [[nodiscard]] std::any
get(
const std::string &key)
const;
45 [[nodiscard]] std::unordered_map<std::string, std::any>
getAll()
const;