getMethodsFromNamespace static method
Implementation
static Set<String> getMethodsFromNamespace(
Map<String, RequiredNamespace> ns) {
return ns[StringConstants.namespace]?.methods.toSet() ?? {};
}
static Set<String> getMethodsFromNamespace(
Map<String, RequiredNamespace> ns) {
return ns[StringConstants.namespace]?.methods.toSet() ?? {};
}