MCPcopy 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
1917DilloHtmlOptbase *DilloHtmlSelect::getCurrentOpt ()
1918{
1919 return opts->get (opts->size() - 1);
1920}
1921
1922void DilloHtmlSelect::addOpt (DilloHtmlOptbase *opt)
1923{

Callers 1

Html_option_finishFunction · 0.80

Calls 2

getMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected