Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/despiteallobjections/amigo
/ myString
TypeAlias
myString
types/testdata/examples/functions.go:182–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
g2(nil, 0)
181
182
type
myString string
183
var
s1 string
184
g3(nil,
"1"
, myString(
"2"
),
"3"
)
185
g3(&s1,
"1"
, myString /* ERROR does not match */ (
"2"
),
"3"
)
Callers
1
_
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected