File: cpp11.R

package info (click to toggle)
r-cran-tidygraph 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 880 kB
  • sloc: cpp: 41; sh: 13; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# Generated by cpp11: do not edit by hand

get_paths <- function(parent) {
  .Call(`_tidygraph_get_paths`, parent)
}

collect_offspring <- function(offspring, order) {
  .Call(`_tidygraph_collect_offspring`, offspring, order)
}