MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / deref_if_nonpointer

Function deref_if_nonpointer

tools/webidl_binder.py:381–384  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

379
380
381def deref_if_nonpointer(m):
382 if m.getExtendedAttribute('Ref') or m.getExtendedAttribute('Value'):
383 return '*'
384 return ''
385
386
387def type_to_cdec(raw):

Callers 2

render_functionFunction · 0.85
webidl_binder.pyFile · 0.85

Calls 1

getExtendedAttributeMethod · 0.80

Tested by

no test coverage detected