▲ | delifue 3 days ago | |
Did you add the type annotation of it in code? | ||
▲ | Groxx 3 days ago | parent [-] | |
This is in Go, so both "yes" (it's defined with an explicit type in the file, sometimes the same func) and "yes but" (afaict next to no code-agent looks at type information that e.g. gopls has readily available, or even godoc). |