Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
def
done(path, ok):
121
if
ok and verbose:
122
print(f
'OK: {path}'
)
123
return
ok
124
125
def
check_raw(path, max_length, ignoreEmptyFilesAndNewLines=False):
126
ok = True
Callers
14
check_text
Function · 0.85
check_url
Function · 0.85
check_email
Function · 0.85
check_exact
Function · 0.85
check_android
Function · 0.85
check_ios
Function · 0.85
OnItemClick
Method · 0.85
OnCloseClick
Method · 0.85
OnButtonClick1
Method · 0.85
OnButtonClick2
Method · 0.85
OnButtonClick3
Method · 0.85
done
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected