Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ is_const_struct_ptr
Function
is_const_struct_ptr
engine/jni/scripts/gen_java.py:278–279 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
276
return
c_type in struct_types
277
278
def
is_const_struct_ptr(s):
279
return
is_struct_ptr(s) and
'const'
in s
280
281
282
def
type_default_value(s):
Callers
nothing calls this directly
Calls
1
is_struct_ptr
Function · 0.85
Tested by
no test coverage detected