MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / _IsSourceExtension

Function _IsSourceExtension

src/tests/coding/cpplint.py:1064–1066  ·  view source on GitHub ↗

File extension (excluding dot) matches a source file extension.

(s)

Source from the content-addressed store, hash-verified

1062
1063
1064def _IsSourceExtension(s):
1065 """File extension (excluding dot) matches a source file extension."""
1066 return s in GetNonHeaderExtensions()
1067
1068
1069class _IncludeState(object):

Callers 2

IsSourceMethod · 0.85
ProcessFileDataFunction · 0.85

Calls 1

GetNonHeaderExtensionsFunction · 0.85

Tested by

no test coverage detected