MCPcopy Create free account
hub / github.com/golang/mobile / CallIStringError

Function CallIStringError

bind/testdata/testpkg/testpkg.go:350–352  ·  view source on GitHub ↗
(i I2, s string)

Source from the content-addressed store, hash-verified

348}
349
350func CallIStringError(i I2, s string) (string, error) {
351 return i.StringError(s)
352}
353
354func NewI() I2 {
355 return &myI2{}

Callers

nothing calls this directly

Calls 1

StringErrorMethod · 0.65

Tested by

no test coverage detected