go-ethereum/metrics/runtime_no_cgo.go
2024-12-13 14:00:12 +08:00

8 lines
119 B
Go

//go:build !cgo || appengine || js
// +build !cgo appengine js
package metrics
func numCgoCall() int64 {
return 0
}