Documentation ¶
Overview ¶
Package provides debug utilities
- Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved.
Index ¶
- func Assert(_ bool, _ ...any)
- func AssertFunc(_ func() bool, _ ...any)
- func AssertMutexLocked(_ *sync.Mutex)
- func AssertNoErr(_ error)
- func AssertNotPstr(any)
- func AssertRWMutexLocked(_ *sync.RWMutex)
- func AssertRWMutexRLocked(_ *sync.RWMutex)
- func Assertf(_ bool, _ string, _ ...any)
- func FailTypeCast(any)
- func Func(_ func())
- func Handlers() map[string]http.HandlerFunc
- func Infof(_ string, _ ...any)
- func ON() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertFunc ¶
func AssertMutexLocked ¶
func AssertNoErr ¶
func AssertNoErr(_ error)
func AssertNotPstr ¶ added in v1.3.16
func AssertNotPstr(any)
func AssertRWMutexLocked ¶
func AssertRWMutexRLocked ¶
func FailTypeCast ¶
func FailTypeCast(any)
func Handlers ¶
func Handlers() map[string]http.HandlerFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.