From 2727705528aa70f46fab2666b76ab0043469ff80 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 20 Feb 2026 00:18:03 -0500 Subject: Code cleanup and copy over some CString methods to path --- src/stdlib/paths.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/stdlib/paths.c') diff --git a/src/stdlib/paths.c b/src/stdlib/paths.c index db596b04..907467bd 100644 --- a/src/stdlib/paths.c +++ b/src/stdlib/paths.c @@ -867,5 +867,8 @@ const TypeInfo_t Path$info = { .compare = CString$compare, .equal = CString$equal, .hash = CString$hash, + .is_none = CString$is_none, + .serialize = CString$serialize, + .deserialize = CString$deserialize, }, }; -- cgit v1.2.3