We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fold
When folding a fingerprint that has the name and source fields set, these fields are unset in the resultant fingerprint
name
source
> fp <- new("fingerprint", nbit=64, bits=sample(1:64, 30), name='foo') > fp@name [1] "foo" > fold(fp) Fingerprint object name = length = 32 folded = TRUE source = R bits on = 1 2 5 6 8 9 10 12 13 14 16 17 19 20 21 22 24 25 26 27 28 30 31
The text was updated successfully, but these errors were encountered:
rajarshi
No branches or pull requests
When
fold
ing a fingerprint that has thename
andsource
fields set, these fields are unset in the resultant fingerprintThe text was updated successfully, but these errors were encountered: