MCPcopy Create free account
hub / github.com/golang/mobile / commonSig

Function commonSig

internal/importers/java/java.go:1046–1053  ·  view source on GitHub ↗
(f *Func)

Source from the content-addressed store, hash-verified

1044}
1045
1046func commonSig(f *Func) CommonSig {
1047 return CommonSig{
1048 Params: f.Params,
1049 Ret: f.Ret,
1050 HasRet: f.Ret != nil,
1051 Throws: f.Throws != "",
1052 }
1053}
1054
1055func (j *Importer) fillFuncSigs(funcs []*FuncSet) {
1056 for _, fs := range funcs {

Callers 1

fillFuncSigsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected