From 5d9c0359bece6f3f3cac80c5d181ecad9b86bbe1 Mon Sep 17 00:00:00 2001 From: Phoebe Lartisant Date: Tue, 3 Dec 2024 14:59:56 -0500 Subject: [PATCH] mute ununsed function --- pkg/node/sendoperation/executesc/executesc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/node/sendoperation/executesc/executesc.go b/pkg/node/sendoperation/executesc/executesc.go index 357e9e4b8..7b86cc234 100644 --- a/pkg/node/sendoperation/executesc/executesc.go +++ b/pkg/node/sendoperation/executesc/executesc.go @@ -92,6 +92,8 @@ This function serialize the content of the datastore in a byte array and should compactAndAppendBytes(&byteArray, key) compactAndAppendBytes(&byteArray, value) } + + Function is unused right now */ func compactAndAppendBytes(msg *[]byte, value interface{}) { buf := make([]byte, binary.MaxVarintLen64)