MCPcopy Create free account
hub / github.com/comaps/comaps / done

Function done

tools/python/check_store_metadata.py:120–123  ·  view source on GitHub ↗
(path, ok)

Source from the content-addressed store, hash-verified

118
119
120def done(path, ok):
121 if ok and verbose:
122 print(f'OK: {path}')
123 return ok
124
125def check_raw(path, max_length, ignoreEmptyFilesAndNewLines=False):
126 ok = True

Callers 14

check_textFunction · 0.85
check_urlFunction · 0.85
check_emailFunction · 0.85
check_exactFunction · 0.85
check_androidFunction · 0.85
check_iosFunction · 0.85
OnItemClickMethod · 0.85
OnCloseClickMethod · 0.85
OnButtonClick1Method · 0.85
OnButtonClick2Method · 0.85
OnButtonClick3Method · 0.85
doneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected