Handbook
Glossary
cmake-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
sequences
;
IN:
codebase-analyzer
:
cmake-file?
( path -- ? )
{
[
"CMakeLists.txt"
tail?
]
[
".cmake"
tail?
]
}
1||
;