Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ _requestRefresh
Method
_requestRefresh
packages/core/ui/repeater/index.ts:98–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
public _requestRefresh() {
99
this._isDirty = true;
100
if
(this.isLoaded) {
101
this.refresh();
102
}
103
}
104
105
/**
106
* Forces the Repeater to reload all its items.
Callers
2
_onItemsChanged
Method · 0.95
index.ts
File · 0.80
Calls
1
refresh
Method · 0.95
Tested by
no test coverage detected