MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / get_order

Function get_order

tools/WCS.py:316–320  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

314 print(row_format.format(fxn_dict2['tu'], fxn_dict2['demangledName'], stack, unresolved_str))
315
316 def get_order(val):
317 if val == 'unbounded':
318 return 1
319 else:
320 return -val
321
322 # Loop through every global and local function
323 # and resolve each call, save results in r_calls

Callers 1

print_all_fxnsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected