MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / get_num_significant_naming_chars

Method get_num_significant_naming_chars

addons/misra.py:1578–1581  ·  view source on GitHub ↗
(self, cfg)

Source from the content-addressed store, hash-verified

1576 )
1577
1578 def get_num_significant_naming_chars(self, cfg):
1579 if cfg.standards and cfg.standards.c == "c89":
1580 return 31
1581 return 63
1582
1583 def _save_ctu_summary_typedefs(self, dumpfile, typedef_info):
1584 if self._ctu_summary_typedefs:

Callers 4

misra_5_1Method · 0.95
misra_5_2Method · 0.95
misra_5_4Method · 0.95
misra_5_5Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected