Searched refs:buildNotifNode (Results 1 – 1 of 1) sorted by relevance
61 children.add(buildNotifNode(entry, this)) in <lambda>()68 private fun buildNotifNode(entry: ListEntry, parent: NodeSpec): NodeSpec = when (entry) { in <lambda>() method71 .apply { entry.children.forEach { children.add(buildNotifNode(it, this)) } } in <lambda>()