glean/github/ServiceData/GlobalStats.hs (15 lines of code) (raw):
{-
Copyright (c) Meta Platforms, Inc. and affiliates.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree.
-}
module ServiceData.GlobalStats (module ServiceData.GlobalStats) where
import Data.ByteString (ByteString)
import ServiceData.Types
setCounter :: ByteString -> Int -> IO ()
setCounter _ _ = return ()
addStatValue :: ByteString -> Int -> IO ()
addStatValue _ _ = return ()
addStatValueType :: ByteString -> Int -> ExportType -> IO ()
addStatValueType _ _ _ = return ()