Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/golang/mobile
/ hello
Method
hello
bind/java/SeqTest.java:485–486 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
483
public
void
testGoroutineCallback() {
484
Testpkg.goroutineCallback(
new
Receiver() {
485
@Override
public
void
hello(String msg) {
486
}
487
});
488
}
489
Callers
1
testImportedPkg
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected