MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / param_needs_conversion

Function param_needs_conversion

lsteamclient/gen_wrapper.py:944–949  ·  view source on GitHub ↗
(decl, wow64)

Source from the content-addressed store, hash-verified

942
943
944def param_needs_conversion(decl, wow64):
945 if is_pointer_pointer(decl) and wow64:
946 return True
947 decl = underlying_type(decl)
948 return decl.kind == TypeKind.RECORD and \
949 struct_needs_conversion(decl, wow64)
950
951
952def callconv(cursor, prefix):

Callers 1

handle_method_cppFunction · 0.70

Calls 3

is_pointer_pointerFunction · 0.70
underlying_typeFunction · 0.70
struct_needs_conversionFunction · 0.70

Tested by

no test coverage detected