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

Function validate_dict

tools/WCS.py:209–212  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

207 """
208
209 def validate_dict(d):
210 if not ('calls' in d and 'has_ptr_call' in d and 'local_stack' in d
211 and 'name' in d and 'tu' in d):
212 print("Error data is missing in fxn dictionary {}".format(d))
213
214 # Loop through every global and local function
215 # and resolve each call, save results in r_calls

Callers 1

validate_all_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected