MCPcopy Create free account
hub / github.com/dillo-browser/dillo / getValue

Method getValue

src/form.cc:210–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 bool isSelected() {return selected;}
209 bool select() {return (selected = true);}
210 const char *getValue() {return value ? value : content;}
211 void setContent(const char *str, int len) {content = dStrndup(str, len);}
212 void addSelf (SelectionResource *res)
213 {res->addItem(label ? label : content, enabled, selected);}

Callers 1

appendValuesToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected