Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Refactor - BuiltInProgram::register_function() #457

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

Lichtso
Copy link

@Lichtso Lichtso commented Apr 7, 2023

  • Renames register_function_by_name() => register_function().
  • Makes register_function() take &[u8] instead of &str.

Makes register_function() take &[u8] instead of &str.
@codecov-commenter
Copy link

Codecov Report

Merging #457 (06cdde0) into main (44487c3) will not change coverage.
The diff coverage is 80.00%.

@@           Coverage Diff           @@
##             main     #457   +/-   ##
=======================================
  Coverage   90.47%   90.47%           
=======================================
  Files          23       23           
  Lines        9943     9943           
=======================================
  Hits         8996     8996           
  Misses        947      947           
Impacted Files Coverage Δ
src/disassembler.rs 93.33% <0.00%> (ø)
src/static_analysis.rs 66.31% <0.00%> (ø)
src/elf.rs 91.21% <100.00%> (ø)
src/jit.rs 94.06% <100.00%> (ø)
src/vm.rs 75.67% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Lichtso Lichtso merged commit febc1c7 into main Apr 10, 2023
@Lichtso Lichtso deleted the refactor/register_function branch April 10, 2023 09:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants