Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/golang/mobile
/ typeToInt
Function
typeToInt
exp/sensor/android.go:199–206 ·
view source on GitHub ↗
(t Type)
Source
from the content-addressed store, hash-verified
197
}
198
199
func
typeToInt(t Type) C.int {
200
for
k, v :=
range
intToType {
201
if
v == t {
202
return
C.int(k)
203
}
204
}
205
return
C.int(-1)
206
}
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected