mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-19 08:04:39 +00:00
7 lines
84 B
Go
7 lines
84 B
Go
// +build !cgo appengine js
|
|
|
|
package metrics
|
|
|
|
func numCgoCall() int64 {
|
|
return 0
|
|
}
|