Searched refs:buildNotifNode (Results 1 – 1 of 1) sorted by relevance
89 root.children.add(buildNotifNode(root, entry))103 private fun buildNotifNode(parent: NodeSpec, entry: ListEntry): NodeSpec = when (entry) { regex107 .apply { entry.children.forEach { children.add(buildNotifNode(this, it)) } }