Full:
█
└─f(NULL) %>% g(list(.)) %>% h(3, ., list(.))
  ├─base::withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
  └─base::eval(quote(`_fseq`(`_lhs`)), env, env)
    └─base::eval(quote(`_fseq`(`_lhs`)), env, env)
      └─rlang:::`_fseq`(`_lhs`)
        └─magrittr::freduce(value, `_function_list`)
          ├─base::withVisible(function_list[[k]](value))
          └─function_list[[k]](value)
            └─rlang:::h(3, ., list(.))

Collapsed:
█
└─[ f(NULL) %>% g(list(.)) %>% h(3, ., list(.)) ] with 7 more calls
  └─rlang:::h(3, ., list(.))

Branch:
 ─rlang:::f(NULL)
 ─rlang:::g(., list(.))
 ─rlang:::h(3, ., list(.))
