MCPcopy Create free account
hub / github.com/apitrace/apitrace / function_pointer_value

Function function_pointer_value

dispatch/dispatch.py:44–45  ·  view source on GitHub ↗
(function)

Source from the content-addressed store, hash-verified

42
43
44def function_pointer_value(function):
45 return '_' + function.name
46
47
48class Dispatcher:

Callers 4

traceApiMethod · 0.90
dispatchFunctionDeclMethod · 0.85
dispatchFunctionImplMethod · 0.85
invokeGetProcAddressMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected