Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
806
static int has_wildcards( char const * const str )
807
{
808
return str[ strcspn( str,
"[]*?"
) ] ? 1 : 0;
809
}
810
811
812
/*
Callers
2
glob_recursive
Function · 0.85
builtin_glob_archive_back
Function · 0.85
Calls
1
strcspn
Function · 0.85
Tested by
no test coverage detected