package
Version:
v1.11.36
Opens a new window with list of versions in this module.
Published: Jan 3, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func FindNodeByID[T any](listData []T, uid string, getChildrenFn func(T) []T) (T, bool)
func FindNodeByPath[T any](listData []T, listIDs []int, getChildrenFn func(T) []T) (T, bool)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.