* Call the shallow get API with limitToFirst=numSubPath. * @param path the path to list * @param numSubPath the number of subPaths to fetch. * @param startAfter omit list entries comparing lower than `startAfter` * @param timeout milliseconds after which to timeout the request * @retu
(
path: string,
numSubPath: number,
startAfter?: string,
timeout?: number,
)
| 13 | * @return the list of sub pathes found. |
| 14 | */ |
| 15 | listPath( |
| 16 | path: string, |
| 17 | numSubPath: number, |
| 18 | startAfter?: string, |
no outgoing calls
no test coverage detected