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

Function has_wildcards

src/engine/builtins.cpp:806–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804
805
806static int has_wildcards( char const * const str )
807{
808 return str[ strcspn( str, "[]*?" ) ] ? 1 : 0;
809}
810
811
812/*

Callers 2

glob_recursiveFunction · 0.85

Calls 1

strcspnFunction · 0.85

Tested by

no test coverage detected