From 261a42021e44e1d3c3cfb3fc6576d3d269241c93 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 30 Apr 2024 16:13:30 +0200 Subject: Progressively applying the coding rules --- src/tools.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/tools.h') diff --git a/src/tools.h b/src/tools.h index b22e4dd..f5fdabc 100644 --- a/src/tools.h +++ b/src/tools.h @@ -53,10 +53,11 @@ class InterCopyContext // for use in inter_copy_table void inter_copy_keyvaluepair() const; [[nodiscard]] bool push_cached_metatable() const; + [[nodiscard]] bool push_cached_table() const; // for use in inter_copy_userdata - [[nodiscard]] bool copyClonable() const; - [[nodiscard]] bool copyDeep() const; + [[nodiscard]] bool tryCopyClonable() const; + [[nodiscard]] bool tryCopyDeep() const; // copying a single Lua stack item [[nodiscard]] bool inter_copy_boolean() const; -- cgit v1.2.3-55-g6feb