MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / Kind

Class Kind

tools/scripts/android/matrix.py:494–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492
493
494class Kind(Enum):
495 GhActions = ('../../../.github/workflows/android-matrix.yml', '# {}', github, {})
496 ReadMe = ('README.md', '<!-- {} -->', readme, {})
497 DefaultSettings = ('default.settings.sh', '# {}', default_settings, {
498 'pass_before': True,
499 })
500 KnownApis = ('known_apis.sh', '# {}', known_apis, {})
501
502
503def get_comment(kind, *args, **kw):

Callers 2

get_commentFunction · 0.70
read_fileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected