Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ value_of
Method
value_of
src/base/program_options.cpp:180–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
std::string ProgramOptions::value_of(const Option& option) const
181
{
182
for (const auto& value : m_values) {
183
if (value.option() == &option)
184
return value.value();
185
}
186
return
""
;
187
}
188
189
} // namespace base
190
Callers
3
TEST
Function · 0.80
run
Function · 0.80
AppOptions
Method · 0.80
Calls
2
option
Method · 0.80
value
Method · 0.80
Tested by
1
TEST
Function · 0.64