MCPcopy Create free account
hub / github.com/adventuregamestudio/ags / MatchPatternPaths

Function MatchPatternPaths

Tools/data/include_utils.cpp:248–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248HError MatchPatternPaths(const std::vector<String> &input_files, std::vector<String> &output_matches,
249 const std::vector<String> &pattern_desc)
250{
251 std::vector<Pattern> patterns {};
252 HError err = description_to_patterns(pattern_desc, patterns);
253 return MatchPatternPaths(input_files, output_matches, patterns);
254}
255
256HError MatchPatternPaths(const std::vector<String> &input_files, std::vector<String> &output_matches,
257 const std::vector<Pattern> &patterns)

Callers 3

IncludeFilesFunction · 0.85
PrepareAssetLibraryFunction · 0.85
TESTFunction · 0.85

Calls 4

description_to_patternsFunction · 0.85
match_filesFunction · 0.85
endMethod · 0.45
beginMethod · 0.45

Tested by 1

TESTFunction · 0.68