Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docopt/docopt.cpp
/ setChildren
Method
setChildren
docopt_private.h:181–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
void setChildren(PatternList children) {
182
fChildren = std::move(children);
183
}
184
185
PatternList const& children() const { return fChildren; }
186
Callers
1
create_pattern_tree
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected