MCPcopy 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
278def is_const_struct_ptr(s):
279 return is_struct_ptr(s) and 'const' in s
280
281
282def type_default_value(s):

Callers

nothing calls this directly

Calls 1

is_struct_ptrFunction · 0.85

Tested by

no test coverage detected