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

LoadFromTree improve tracing closure name #7342

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

benaadams
Copy link
Member

Changes

  • Set _loadFromTree Func<StorageCell, byte[]> to method rather than lambda so it shows up in tracing as LoadFromTreeStorage(StorageCell) rather than <.ctor>b__11_0(StorageCell)

Before

image

After
image

Types of changes

What types of changes does your code introduce?

  • Refactoring

Testing

Requires testing

  • No

@LukaszRozmej LukaszRozmej merged commit 00f4fed into master Aug 18, 2024
66 checks passed
@LukaszRozmej LukaszRozmej deleted the improve-tracing-closure-name branch August 18, 2024 14:56
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

Successfully merging this pull request may close these issues.

2 participants