go-ethereum/metrics/runtime_no_cgo.go
2023-08-03 14:42:09 +05:30

8 lines
119 B
Go

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