Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
valueChanged
Method · 0.95
Searchbar
Class · 0.95
positionElements
Method · 0.95
hasValue
Method · 0.95
render
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected