MCPcopy Create free account
hub / github.com/boostorg/build / match

Method match

v2/test/TestCmd.py:310–312  ·  view source on GitHub ↗

Compare actual and expected file contents.

(self, lines, matches)

Source from the content-addressed store, hash-verified

308 skip = skip)
309
310 def match(self, lines, matches):
311 """Compare actual and expected file contents."""
312 return self.match_func(lines, matches)
313
314 def match_exact(self, lines, matches):
315 """Compare actual and expected file content exactly."""

Callers 15

find_targetFunction · 0.80
load_configuration_filesFunction · 0.80
main_realFunction · 0.80
runMethod · 0.80
get_library_nameFunction · 0.80
check_init_parametersFunction · 0.80
mkdirFunction · 0.80
format_nameFunction · 0.80
toolset_tagFunction · 0.80
_translate_typeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected