Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
350
func
CallIStringError(i I2, s string) (string, error) {
351
return
i.StringError(s)
352
}
353
354
func
NewI() I2 {
355
return
&myI2{}
Callers
nothing calls this directly
Calls
1
StringError
Method · 0.65
Tested by
no test coverage detected