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

add a typeAt function to get the type of stored data #1246

Closed
dsainati1 opened this issue Nov 16, 2021 · 0 comments · Fixed by #1254
Closed

add a typeAt function to get the type of stored data #1246

dsainati1 opened this issue Nov 16, 2021 · 0 comments · Fixed by #1254
Assignees
Labels

Comments

@dsainati1
Copy link
Contributor

dsainati1 commented Nov 16, 2021

See #376 for context

Proposed Solution:

fun typeAt(_ path: Path): Type?

This would look up the value stored at the given path, and return its type if present, and nil otherwise.

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

Successfully merging a pull request may close this issue.

1 participant