MCPcopy Index your code
hub / github.com/derekbanas/Go-Tutorial / Area

Method Area

hellogo.go:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132}
133
134func (r rectangle) Area() float64 {
135 return r.length * r.height
136}
137
138// Customer passed as values
139func getCustInfo(c customer) {

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected