Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ enum_default_item
Function
enum_default_item
engine/jni/scripts/gen_java.py:255–256 ·
view source on GitHub ↗
(enum_name)
Source
from the content-addressed store, hash-verified
253
return
outp
254
255
def
enum_default_item(enum_name):
256
return
enum_items[enum_name][0]
257
258
def
is_prim_type(s):
259
return
s in prim_types
Callers
1
gen_struct
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected