Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ OtherMeth
Method
OtherMeth
_examples/funcs/funcs.go:33–37 ·
view source on GitHub ↗
(i int, s string)
Source
from the content-addressed store, hash-verified
31
}
32
33
func
(fs *FunStruct) OtherMeth(i int, s string) {
34
fs.FieldI = i
35
fs.FieldS = s
36
fmt.Printf(
"i=%d s=%s\n"
, i, s)
37
}
38
39
func
(fs *FunStruct) ObjArg(ofs *FunStruct) {
40
if
ofs == nil {
Callers
nothing calls this directly
Calls
1
Printf
Method · 0.80
Tested by
no test coverage detected