alexeyinkin commented on code in PR #24338:
URL: https://github.com/apache/beam/pull/24338#discussion_r1031581763
##########
playground/frontend/playground_components/lib/src/cache/example_cache.dart:
##########
@@ -175,55 +191,61 @@ class ExampleCache extends ChangeNotifier {
);
}
- Future<void> _loadCategories() async {
- final result = await _exampleRepository.getListOfExamples(
+ Future<void> _loadAllPrecompiledObjects() async {
+ final result = await _exampleRepository.getPrecompiledObjects(
const GetPrecompiledObjectsRequest(
Review Comment:
Not this time, this PR is large already.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]