Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/golang/mobile
/ jniPkgName
Method
jniPkgName
bind/genjava.go:794–796 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
792
}
793
794
func
(g *JavaGen) jniPkgName() string {
795
return
strings.Replace(java.JNIMangle(g.javaPkgName(g.Pkg)),
"."
,
"_"
, -1)
796
}
797
798
var
javaLetterDigitRE = regexp.MustCompile(`[0-9a-zA-Z$_]`)
799
Callers
5
genJNIFuncSignature
Method · 0.95
genJNIField
Method · 0.95
genJNIVar
Method · 0.95
genJNIConstructor
Method · 0.95
GenC
Method · 0.95
Calls
2
javaPkgName
Method · 0.95
JNIMangle
Function · 0.92
Tested by
no test coverage detected