Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ Test
Function
Test
_examples/wrapper/pywrapper/wrapper_code.go:17–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
func
Test() string {
18
a := wrapper.PointerTest()
19
fmt.Println(
"%t"
, a)
20
return
"Hello"
21
}
22
23
func
(a WrapperStruct) Test() string {
24
return
fmt.Sprintf(
"%t"
, a.data)
Callers
nothing calls this directly
Calls
2
PointerTest
Function · 0.92
Println
Method · 0.80
Tested by
no test coverage detected