Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ option
Method
option
src/base/program_options.h:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
, m_value(value) {
72
}
73
const Option* option() const { return m_option; }
74
const std::string& value() const { return m_value; }
75
private:
76
Option* m_option;
Callers
4
TEST
Function · 0.80
enabled
Method · 0.80
value_of
Method · 0.80
initialize
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64