Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ getCurrentOpt
Method
getCurrentOpt
src/form.cc:1917–1920 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1915
}
1916
1917
DilloHtmlOptbase *DilloHtmlSelect::getCurrentOpt ()
1918
{
1919
return opts->get (opts->size() - 1);
1920
}
1921
1922
void DilloHtmlSelect::addOpt (DilloHtmlOptbase *opt)
1923
{
Callers
1
Html_option_finish
Function · 0.80
Calls
2
get
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected