MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / getValue

Method getValue

core/src/components/searchbar/searchbar.tsx:607–609  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

605 }
606
607 private getValue() {
608 return this.value || '';
609 }
610
611 private hasValue(): boolean {
612 return this.getValue() !== '';

Callers 5

valueChangedMethod · 0.95
SearchbarClass · 0.95
positionElementsMethod · 0.95
hasValueMethod · 0.95
renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected