MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / begin

Method begin

base/poco/Util/src/OptionSet.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110OptionSet::Iterator OptionSet::begin() const
111{
112 return _options.begin();
113}
114
115
116OptionSet::Iterator OptionSet::end() const

Callers 15

runMethod · 0.45
handleUMaskMethod · 0.45
addOptionMethod · 0.45
hasOptionMethod · 0.45
OptionSet.cppFile · 0.45
calcIndentMethod · 0.45
formatOptionsMethod · 0.45
formatTextMethod · 0.45
enumerateMethod · 0.45
removeRawMethod · 0.45
saveMethod · 0.45
findStartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected