Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

call ids are not displayed properly in write mode #2

Open
programLyrique opened this issue Jul 27, 2022 · 1 comment
Open

call ids are not displayed properly in write mode #2

programLyrique opened this issue Jul 27, 2022 · 1 comment
Assignees

Comments

@programLyrique
Copy link
Collaborator

view_call_ids(db) show a data frame with the right number of values, but no call ids in write mode.
It works in read mode.

@programLyrique programLyrique self-assigned this Jul 27, 2022
@fikovnik
Copy link
Member

Ideally, what we want is the following output:

data.frame<
  call_id: int, 
  pkg_name: chr, 
  fun_name: chr, 
  args_idx: named ints[], 
  rtrn_idx: int
>

containing indices of all the argument

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants