github.com/primecitizens/pcz/std@v0.2.1/core/msan/msan_enabled.go (about)

     1  // SPDX-License-Identifier: Apache-2.0
     2  // Copyright 2023 The Prime Citizens
     3  
     4  //go:build msan
     5  
     6  package msan
     7  
     8  const (
     9  	IsMsan  = 1
    10  	Enabled = true
    11  )