MCPcopy Create free account
hub / github.com/WinMerge/winmerge / isTargetInFlags

Function isTargetInFlags

Src/FileTransform.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static inline bool isTargetInFlags(int target, unsigned targetFlags)
73{
74 return ((1 << target) & targetFlags) != 0;
75}
76
77////////////////////////////////////////////////////////////////////////////////
78// transformations : packing unpacking

Callers 7

GetPackUnpackPluginMethod · 0.85
packMethod · 0.85
UnpackingMethod · 0.85
GetPrediffPluginMethod · 0.85
PrediffingMethod · 0.85
TransformTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected