Home
last modified time | relevance | path

Searched refs:getChannelName (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/flutter/dev/bots/
Dunpublish_package.dart54 String getChannelName(Channel channel) {
258 if (!revisionsBeingRemoved.contains(jsonData['current_release'][getChannelName(channel)])) {
262 … = releases.firstWhere((Map<String, String> value) => value['channel'] == getChannelName(channel));
264 …throw UnpublishException('Unable to find previous release for channel ${getChannelName(channel)}.'…
266 jsonData['current_release'][getChannelName(channel)] = replacementRelease['hash'];
268 '${confirmed ? 'Reverting' : 'Would revert'} current ${getChannelName(channel)} '
401 …lowedChannelValues = Channel.values.map<String>((Channel channel) => getChannelName(channel)).toLi…
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Ddtv.js571 getChannelName: function (...args) { method