Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docopt/docopt.cpp
/ leaves
Method
leaves
docopt_private.h:330–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
#endif
329
330
inline std::vector<LeafPattern*> Pattern::leaves()
331
{
332
std::vector<LeafPattern*> ret;
333
collect_leaves(ret);
334
return ret;
335
}
336
337
static inline std::vector<PatternList> transform(PatternList pattern)
338
{
Callers
1
docopt_parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected